Shades of Bird Flower #CDB60A
Tints of Bird Flower #CDB60A
RGB
CMYK
RGB Variations
Color information
#CDB60A (or 0xCDB60A) is known color: Bird Flower. HEX triplet: CD, B6 and 0A. RGB value is (205,182,10). Sum of RGB (Red+Green+Blue) = 205+182+10=397 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.64% from 397); Green value is 182 (71.48% from 255 or 45.84% from 397); Blue value is 10 (4.30% from 255 or 2.52% from 397); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB60A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB60A is #3249F5. Grayscale: #A9A9A9. Windows color (decimal): -3295734 or 702157. OLE color: 702157.
HSL color Cylindrical-coordinate representation of color #CDB60A: hue angle of 52.92º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CDB60A is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 182 | 10 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.20 |
| HSL | 52.92º | 0.91% | 0.42% | - |
| HSV(B) | 52.92º | 0.95% | 0.8% | - |
| XYZ | 41.96 | 46.46 | 7.04 | - |
| YUV | 169.27 | 38.12 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 10 | 0 | 0.11 | 0.95 | 0.20 | 52.92 | 0.91 | 0.42 |
| Hex | CD | B6 | A | 0 | B | 5F | 14 | 35 | 5B | 2A |
| Octal | 315 | 266 | 12 | 0 | 13 | 137 | 24 | 65 | 133 | 52 |
| Binary | 11001101 | 10110110 | 1010 | 0 | 1011 | 1011111 | 10100 | 110101 | 1011011 | 101010 |
Color Harmonies of #CDB60A
Complementary color
Monochromatic Colors of #CDB60A
Black with #CDB60A
Text Example
Text Example
White with #CDB60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB60A; }
p { color: rgb(205,182,10); }
H1.HeaderClassName
{
color: #CDB60A;
}
.AnyTagClassName
{
color: #CDB60A;
}
</style>
background-color css
<style>
a { background-color: #CDB60A; }
a { background-color: rgb(205,182,10); }
div.DivClassName
{
background-color: #CDB60A;
}
.BgClassName
{
background-color: #CDB60A;
}
</style>
border-color css
<style>
span { border-color: #CDB60A; }
span { border-color: rgb(205,182,10); }
td.TdClassName
{
border-color: #CDB60A;
}
.TagClassName
{
border-color: #CDB60A;
}
</style>