Shades of Bird Flower #CDB810
Tints of Bird Flower #CDB810
RGB
CMYK
RGB Variations
Color information
#CDB810 (or 0xCDB810) is known color: Bird Flower. HEX triplet: CD, B8 and 10. RGB value is (205,184,16). Sum of RGB (Red+Green+Blue) = 205+184+16=405 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.62% from 405); Green value is 184 (72.27% from 255 or 45.43% from 405); Blue value is 16 (6.64% from 255 or 3.95% from 405); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB810 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB810 is #3247EF. Grayscale: #ABABAB. Windows color (decimal): -3295216 or 1095885. OLE color: 1095885.
HSL color Cylindrical-coordinate representation of color #CDB810: hue angle of 53.33º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CDB810 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 184 | 16 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.20 |
| HSL | 53.33º | 0.86% | 0.43% | - |
| HSV(B) | 53.33º | 0.92% | 0.8% | - |
| XYZ | 42.41 | 47.3 | 7.38 | - |
| YUV | 171.13 | 40.46 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 184 | 16 | 0 | 0.10 | 0.92 | 0.20 | 53.33 | 0.86 | 0.43 |
| Hex | CD | B8 | 10 | 0 | A | 5C | 14 | 35 | 56 | 2B |
| Octal | 315 | 270 | 20 | 0 | 12 | 134 | 24 | 65 | 126 | 53 |
| Binary | 11001101 | 10111000 | 10000 | 0 | 1010 | 1011100 | 10100 | 110101 | 1010110 | 101011 |
Color Harmonies of #CDB810
Complementary color
Monochromatic Colors of #CDB810
Black with #CDB810
Text Example
Text Example
White with #CDB810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB810; }
p { color: rgb(205,184,16); }
H1.HeaderClassName
{
color: #CDB810;
}
.AnyTagClassName
{
color: #CDB810;
}
</style>
background-color css
<style>
a { background-color: #CDB810; }
a { background-color: rgb(205,184,16); }
div.DivClassName
{
background-color: #CDB810;
}
.BgClassName
{
background-color: #CDB810;
}
</style>
border-color css
<style>
span { border-color: #CDB810; }
span { border-color: rgb(205,184,16); }
td.TdClassName
{
border-color: #CDB810;
}
.TagClassName
{
border-color: #CDB810;
}
</style>