Shades of Bird Flower #CDBD00
Tints of Bird Flower #CDBD00
RGB
CMYK
RGB Variations
Color information
#CDBD00 (or 0xCDBD00) is known color: Bird Flower. HEX triplet: CD, BD and 00. RGB value is (205,189,0). Sum of RGB (Red+Green+Blue) = 205+189+0=394 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.03% from 394); Green value is 189 (74.22% from 255 or 47.97% from 394); Blue value is 0 (0.39% from 255 or 0% from 394); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDBD00 is #3242FF. Grayscale: #ADADAD. Windows color (decimal): -3293952 or 48589. OLE color: 48589.
HSL color Cylindrical-coordinate representation of color #CDBD00: hue angle of 55.32º 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 #CDBD00 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 189 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.20 |
| HSL | 55.32º | 1% | 0.4% | - |
| HSV(B) | 55.32º | 1% | 0.8% | - |
| XYZ | 43.37 | 49.37 | 7.24 | - |
| YUV | 172.24 | 30.8 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 189 | 0 | 0 | 0.08 | 1 | 0.20 | 55.32 | 1 | 0.4 |
| Hex | CD | BD | 0 | 0 | 8 | 64 | 14 | 37 | 64 | 28 |
| Octal | 315 | 275 | 0 | 0 | 10 | 144 | 24 | 67 | 144 | 50 |
| Binary | 11001101 | 10111101 | 0 | 0 | 1000 | 1100100 | 10100 | 110111 | 1100100 | 101000 |
Color Harmonies of #CDBD00
Complementary color
Monochromatic Colors of #CDBD00
Black with #CDBD00
Text Example
Text Example
White with #CDBD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBD00; }
p { color: rgb(205,189,0); }
H1.HeaderClassName
{
color: #CDBD00;
}
.AnyTagClassName
{
color: #CDBD00;
}
</style>
background-color css
<style>
a { background-color: #CDBD00; }
a { background-color: rgb(205,189,0); }
div.DivClassName
{
background-color: #CDBD00;
}
.BgClassName
{
background-color: #CDBD00;
}
</style>
border-color css
<style>
span { border-color: #CDBD00; }
span { border-color: rgb(205,189,0); }
td.TdClassName
{
border-color: #CDBD00;
}
.TagClassName
{
border-color: #CDBD00;
}
</style>