Shades of Bird Flower #CDCD00
Tints of Bird Flower #CDCD00
RGB
CMYK
RGB Variations
Color information
#CDCD00 (or 0xCDCD00) is known color: 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
RGB | 205 | 205 | 0 | - |
CMYK | 0 | 0 | 1 | 0.20 |
HSL | 60º | 1% | 0.4% | - |
HSV(B) | 60º | 1% | 0.8% | - |
XYZ | 47.01 | 56.64 | 8.46 | - |
YUV | 181.63 | 25.5 | 144.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 205 | 0 | 0 | 0 | 1 | 0.20 | 60 | 1 | 0.4 |
Hex | CD | CD | 0 | 0 | 0 | 64 | 14 | 3C | 64 | 28 |
Octal | 315 | 315 | 0 | 0 | 0 | 144 | 24 | 74 | 144 | 50 |
Binary | 11001101 | 11001101 | 0 | 0 | 0 | 1100100 | 10100 | 111100 | 1100100 | 101000 |
Color Harmonies of #CDCD00
Complementary color
Monochromatic Colors of #CDCD00
Black with #CDCD00
Text Example
Text Example
White with #CDCD00
Text Example
Text Example
HTML Codes & Css Web 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>