Shades of Bird Flower #CDB813
Tints of Bird Flower #CDB813
RGB
CMYK
RGB Variations
Color information
#CDB813 (or 0xCDB813) is known color: Bird Flower. HEX triplet: CD, B8 and 13. RGB value is (205,184,19). Sum of RGB (Red+Green+Blue) = 205+184+19=408 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.25% from 408); Green value is 184 (72.27% from 255 or 45.10% from 408); Blue value is 19 (7.81% from 255 or 4.66% from 408); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB813 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB813 is #3247EC. Grayscale: #ACACAC. Windows color (decimal): -3295213 or 1292493. OLE color: 1292493.
HSL color Cylindrical-coordinate representation of color #CDB813: hue angle of 53.23º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CDB813 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 184 | 19 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.20 |
| HSL | 53.23º | 0.83% | 0.44% | - |
| HSV(B) | 53.23º | 0.91% | 0.8% | - |
| XYZ | 42.43 | 47.31 | 7.51 | - |
| YUV | 171.47 | 41.96 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 184 | 19 | 0 | 0.10 | 0.91 | 0.20 | 53.23 | 0.83 | 0.44 |
| Hex | CD | B8 | 13 | 0 | A | 5B | 14 | 35 | 53 | 2C |
| Octal | 315 | 270 | 23 | 0 | 12 | 133 | 24 | 65 | 123 | 54 |
| Binary | 11001101 | 10111000 | 10011 | 0 | 1010 | 1011011 | 10100 | 110101 | 1010011 | 101100 |
Color Harmonies of #CDB813
Complementary color
Monochromatic Colors of #CDB813
Black with #CDB813
Text Example
Text Example
White with #CDB813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB813; }
p { color: rgb(205,184,19); }
H1.HeaderClassName
{
color: #CDB813;
}
.AnyTagClassName
{
color: #CDB813;
}
</style>
background-color css
<style>
a { background-color: #CDB813; }
a { background-color: rgb(205,184,19); }
div.DivClassName
{
background-color: #CDB813;
}
.BgClassName
{
background-color: #CDB813;
}
</style>
border-color css
<style>
span { border-color: #CDB813; }
span { border-color: rgb(205,184,19); }
td.TdClassName
{
border-color: #CDB813;
}
.TagClassName
{
border-color: #CDB813;
}
</style>