Shades of Bird Flower #CDB514
Tints of Bird Flower #CDB514
RGB
CMYK
RGB Variations
Color information
#CDB514 (or 0xCDB514) is known color: Bird Flower. HEX triplet: CD, B5 and 14. RGB value is (205,181,20). Sum of RGB (Red+Green+Blue) = 205+181+20=406 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.49% from 406); Green value is 181 (71.09% from 255 or 44.58% from 406); Blue value is 20 (8.20% from 255 or 4.93% from 406); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB514 is #324AEB. Grayscale: #AAAAAA. Windows color (decimal): -3295980 or 1357261. OLE color: 1357261.
HSL color Cylindrical-coordinate representation of color #CDB514: hue angle of 52.22º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CDB514 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 181 | 20 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.20 |
| HSL | 52.22º | 0.82% | 0.44% | - |
| HSV(B) | 52.22º | 0.9% | 0.8% | - |
| XYZ | 41.83 | 46.08 | 7.35 | - |
| YUV | 169.82 | 43.45 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 181 | 20 | 0 | 0.12 | 0.90 | 0.20 | 52.22 | 0.82 | 0.44 |
| Hex | CD | B5 | 14 | 0 | C | 5A | 14 | 34 | 52 | 2C |
| Octal | 315 | 265 | 24 | 0 | 14 | 132 | 24 | 64 | 122 | 54 |
| Binary | 11001101 | 10110101 | 10100 | 0 | 1100 | 1011010 | 10100 | 110100 | 1010010 | 101100 |
Color Harmonies of #CDB514
Complementary color
Monochromatic Colors of #CDB514
Black with #CDB514
Text Example
Text Example
White with #CDB514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB514; }
p { color: rgb(205,181,20); }
H1.HeaderClassName
{
color: #CDB514;
}
.AnyTagClassName
{
color: #CDB514;
}
</style>
background-color css
<style>
a { background-color: #CDB514; }
a { background-color: rgb(205,181,20); }
div.DivClassName
{
background-color: #CDB514;
}
.BgClassName
{
background-color: #CDB514;
}
</style>
border-color css
<style>
span { border-color: #CDB514; }
span { border-color: rgb(205,181,20); }
td.TdClassName
{
border-color: #CDB514;
}
.TagClassName
{
border-color: #CDB514;
}
</style>