Shades of Bird Flower #CDB60C
Tints of Bird Flower #CDB60C
RGB
CMYK
RGB Variations
Color information
#CDB60C (or 0xCDB60C) is known color: Bird Flower. HEX triplet: CD, B6 and 0C. RGB value is (205,182,12). Sum of RGB (Red+Green+Blue) = 205+182+12=399 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.38% from 399); Green value is 182 (71.48% from 255 or 45.61% from 399); Blue value is 12 (5.08% from 255 or 3.01% from 399); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB60C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB60C is #3249F3. Grayscale: #AAAAAA. Windows color (decimal): -3295732 or 833229. OLE color: 833229.
HSL color Cylindrical-coordinate representation of color #CDB60C: hue angle of 52.85º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CDB60C is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 182 | 12 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.20 |
| HSL | 52.85º | 0.89% | 0.43% | - |
| HSV(B) | 52.85º | 0.94% | 0.8% | - |
| XYZ | 41.97 | 46.46 | 7.1 | - |
| YUV | 169.5 | 39.12 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 12 | 0 | 0.11 | 0.94 | 0.20 | 52.85 | 0.89 | 0.43 |
| Hex | CD | B6 | C | 0 | B | 5E | 14 | 35 | 59 | 2B |
| Octal | 315 | 266 | 14 | 0 | 13 | 136 | 24 | 65 | 131 | 53 |
| Binary | 11001101 | 10110110 | 1100 | 0 | 1011 | 1011110 | 10100 | 110101 | 1011001 | 101011 |
Color Harmonies of #CDB60C
Complementary color
Monochromatic Colors of #CDB60C
Black with #CDB60C
Text Example
Text Example
White with #CDB60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB60C; }
p { color: rgb(205,182,12); }
H1.HeaderClassName
{
color: #CDB60C;
}
.AnyTagClassName
{
color: #CDB60C;
}
</style>
background-color css
<style>
a { background-color: #CDB60C; }
a { background-color: rgb(205,182,12); }
div.DivClassName
{
background-color: #CDB60C;
}
.BgClassName
{
background-color: #CDB60C;
}
</style>
border-color css
<style>
span { border-color: #CDB60C; }
span { border-color: rgb(205,182,12); }
td.TdClassName
{
border-color: #CDB60C;
}
.TagClassName
{
border-color: #CDB60C;
}
</style>