#CDCD00

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

Shades of Bird Flower #CDCD00

Tints of Bird Flower #CDCD00

Color information

#CDCD00 (or 0xCDCD00) is unknown color: approx Bird Flower. HEX triplet: CD, CD and 00. RGB value is (205,205,0). Sum of RGB (Red+Green+Blue) = 205+205+0=410 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50% from 410); Green value is 205 (80.47% from 255 or 50% from 410); Blue value is 0 (0.39% from 255 or 0% from 410); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDCD00 is #3232FF. Grayscale: #B6B6B6. Windows color (decimal): -3289856 or 52685. OLE color: 52685.

HSL color Cylindrical-coordinate representation of color #CDCD00: hue angle of 60º 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 #CDCD00 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.20.

Color convert

RGB2052050-
CMYK0010.20
HSL60º100%40.2%-
HSV(B)60º100%80.39%-
XYZ47.0156.648.46-
YUV181.6325.5144.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50%
GREEN value IS 205 (80.47% from 255) = 50%
BLUE value IS 0 (0.39% from 255) = 0%
R=50%
G=50%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520500010.206010040.2
HexCDCD00064143c6428
Octal315315000144247414450
Binary11001101110011010001100100101001111001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCD00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCD00; }

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

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

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

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

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

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

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

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