Shades of Bird Flower #CDB804
Tints of Bird Flower #CDB804
RGB
CMYK
RGB Variations
Color information
#CDB804 (or 0xCDB804) is known color: Bird Flower. HEX triplet: CD, B8 and 04. RGB value is (205,184,4). Sum of RGB (Red+Green+Blue) = 205+184+4=393 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.16% from 393); Green value is 184 (72.27% from 255 or 46.82% from 393); Blue value is 4 (1.95% from 255 or 1.02% from 393); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB804 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB804 is #3247FB. Grayscale: #AAAAAA. Windows color (decimal): -3295228 or 309453. OLE color: 309453.
HSL color Cylindrical-coordinate representation of color #CDB804: hue angle of 53.73º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CDB804 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 184 | 4 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.20 |
| HSL | 53.73º | 0.96% | 0.41% | - |
| HSV(B) | 53.73º | 0.98% | 0.8% | - |
| XYZ | 42.34 | 47.27 | 7.01 | - |
| YUV | 169.76 | 34.46 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 184 | 4 | 0 | 0.10 | 0.98 | 0.20 | 53.73 | 0.96 | 0.41 |
| Hex | CD | B8 | 4 | 0 | A | 62 | 14 | 36 | 60 | 29 |
| Octal | 315 | 270 | 4 | 0 | 12 | 142 | 24 | 66 | 140 | 51 |
| Binary | 11001101 | 10111000 | 100 | 0 | 1010 | 1100010 | 10100 | 110110 | 1100000 | 101001 |
Color Harmonies of #CDB804
Complementary color
Monochromatic Colors of #CDB804
Black with #CDB804
Text Example
Text Example
White with #CDB804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB804; }
p { color: rgb(205,184,4); }
H1.HeaderClassName
{
color: #CDB804;
}
.AnyTagClassName
{
color: #CDB804;
}
</style>
background-color css
<style>
a { background-color: #CDB804; }
a { background-color: rgb(205,184,4); }
div.DivClassName
{
background-color: #CDB804;
}
.BgClassName
{
background-color: #CDB804;
}
</style>
border-color css
<style>
span { border-color: #CDB804; }
span { border-color: rgb(205,184,4); }
td.TdClassName
{
border-color: #CDB804;
}
.TagClassName
{
border-color: #CDB804;
}
</style>