#CDCC00

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

Shades of Bird Flower #CDCC00

Tints of Bird Flower #CDCC00

Color information

#CDCC00 (or 0xCDCC00) is unknown color: approx Bird Flower. HEX triplet: CD, CC and 00. RGB value is (205,204,0). Sum of RGB (Red+Green+Blue) = 205+204+0=409 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.12% from 409); Green value is 204 (80.08% from 255 or 49.88% from 409); Blue value is 0 (0.39% from 255 or 0% from 409); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDCC00 is #3233FF. Grayscale: #B5B5B5. Windows color (decimal): -3290112 or 52429. OLE color: 52429.

HSL color Cylindrical-coordinate representation of color #CDCC00: hue angle of 59.71º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CDCC00 is Cyan = 0, Magento = 0.00, Yellow = 1 and Black (K on CMYK) = 0.20.

Color convert

RGB2052040-
CMYK00.0010.20
HSL59.71º100%40.2%-
HSV(B)59.71º100%80.39%-
XYZ46.7756.168.38-
YUV181.0425.83145.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.12%
GREEN value IS 204 (80.08% from 255) = 49.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.12%
G=49.88%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 1
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205204000.0010.2059.7110040.2
HexCDCC00064143c6428
Octal315314000144247414450
Binary11001101110011000001100100101001111001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCC00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCC00; }

 p { color: rgb(205,204,0); }

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

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

 a { background-color: rgb(205,204,0); }

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

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

 span { border-color: rgb(205,204,0); }

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