#CDD00C

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

Shades of Bird Flower #CDD00C

Tints of Bird Flower #CDD00C

Color information

#CDD00C (or 0xCDD00C) is unknown color: approx Bird Flower. HEX triplet: CD, D0 and 0C. RGB value is (205,208,12). Sum of RGB (Red+Green+Blue) = 205+208+12=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 208 (81.64% from 255 or 48.94% from 425); Blue value is 12 (5.08% from 255 or 2.82% from 425); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD00C is #322FF3. Grayscale: #B9B9B9. Windows color (decimal): -3289076 or 839885. OLE color: 839885.

HSL color Cylindrical-coordinate representation of color #CDD00C: hue angle of 60.92º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CDD00C is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB20520812-
CMYK0.0100.940.18
HSL60.92º89.09%43.14%-
HSV(B)60.92º94.23%81.57%-
XYZ47.858.129.05-
YUV184.7630.51142.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.24%
GREEN value IS 208 (81.64% from 255) = 48.94%
BLUE value IS 12 (5.08% from 255) = 2.82%
R=48.24%
G=48.94%
B=2.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal205208120.0100.940.1860.9289.0943.14
HexCDD0C105E123d592b
Octal3153201410136227513153
Binary11001101110100001100101011110100101111011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD00C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD00C; }

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

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

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

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

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

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

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

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