Shades of Bird Flower #CDB904
Tints of Bird Flower #CDB904
RGB
CMYK
RGB Variations
Color information
#CDB904 (or 0xCDB904) is known color: Bird Flower. HEX triplet: CD, B9 and 04. RGB value is (205,185,4). Sum of RGB (Red+Green+Blue) = 205+185+4=394 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.03% from 394); Green value is 185 (72.66% from 255 or 46.95% from 394); Blue value is 4 (1.95% from 255 or 1.02% from 394); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB904 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB904 is #3246FB. Grayscale: #ABABAB. Windows color (decimal): -3294972 or 309709. OLE color: 309709.
HSL color Cylindrical-coordinate representation of color #CDB904: hue angle of 54.03º 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 #CDB904 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 185 | 4 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.20 |
| HSL | 54.03º | 0.96% | 0.41% | - |
| HSV(B) | 54.03º | 0.98% | 0.8% | - |
| XYZ | 42.55 | 47.69 | 7.08 | - |
| YUV | 170.35 | 34.13 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 185 | 4 | 0 | 0.10 | 0.98 | 0.20 | 54.03 | 0.96 | 0.41 |
| Hex | CD | B9 | 4 | 0 | A | 62 | 14 | 36 | 60 | 29 |
| Octal | 315 | 271 | 4 | 0 | 12 | 142 | 24 | 66 | 140 | 51 |
| Binary | 11001101 | 10111001 | 100 | 0 | 1010 | 1100010 | 10100 | 110110 | 1100000 | 101001 |
Color Harmonies of #CDB904
Complementary color
Monochromatic Colors of #CDB904
Black with #CDB904
Text Example
Text Example
White with #CDB904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB904; }
p { color: rgb(205,185,4); }
H1.HeaderClassName
{
color: #CDB904;
}
.AnyTagClassName
{
color: #CDB904;
}
</style>
background-color css
<style>
a { background-color: #CDB904; }
a { background-color: rgb(205,185,4); }
div.DivClassName
{
background-color: #CDB904;
}
.BgClassName
{
background-color: #CDB904;
}
</style>
border-color css
<style>
span { border-color: #CDB904; }
span { border-color: rgb(205,185,4); }
td.TdClassName
{
border-color: #CDB904;
}
.TagClassName
{
border-color: #CDB904;
}
</style>