#CDD80C

Color #CDD80C Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #CDD80C

Tints of Bird Flower #CDD80C

Color information

#CDD80C (or 0xCDD80C) is unknown color: approx Bird Flower. HEX triplet: CD, D8 and 0C. RGB value is (205,216,12). Sum of RGB (Red+Green+Blue) = 205+216+12=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 216 (84.77% from 255 or 49.88% from 433); Blue value is 12 (5.08% from 255 or 2.77% from 433); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD80C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD80C is #3227F3. Grayscale: #BEBEBE. Windows color (decimal): -3287028 or 841933. OLE color: 841933.

HSL color Cylindrical-coordinate representation of color #CDD80C: hue angle of 63.24º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CDD80C is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB20521612-
CMYK0.0500.940.15
HSL63.24º89.47%44.71%-
HSV(B)63.24º94.44%84.71%-
XYZ49.862.129.71-
YUV189.4627.86139.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 47.34%
GREEN value IS 216 (84.77% from 255) = 49.88%
BLUE value IS 12 (5.08% from 255) = 2.77%
R=47.34%
G=49.88%
B=2.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal205216120.0500.940.1563.2489.4744.71
HexCDD8C505EF3f592d
Octal3153301450136177713155
Binary110011011101100011001010101111011111111111011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD80C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD80C; }

 p { color: rgb(205,216,12); }

 H1.HeaderClassName
 {
   color: #CDD80C;
 }
 .AnyTagClassName
 {
   color: #CDD80C;
 }
</style>
background-color css

<style>
 a { background-color: #CDD80C; }

 a { background-color: rgb(205,216,12); }

 div.DivClassName
 {
   background-color: #CDD80C;
 }
 .BgClassName
 {
   background-color: #CDD80C;
 }
</style>
border-color css

<style>
 span { border-color: #CDD80C; }

 span { border-color: rgb(205,216,12); }

 td.TdClassName
 {
   border-color: #CDD80C;
 }
 .TagClassName
 {
   border-color: #CDD80C;
 }
</style>