Shades of Bird Flower #CDB015
Tints of Bird Flower #CDB015
RGB
CMYK
RGB Variations
Color information
#CDB015 (or 0xCDB015) is known color: Bird Flower. HEX triplet: CD, B0 and 15. RGB value is (205,176,21). Sum of RGB (Red+Green+Blue) = 205+176+21=402 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.00% from 402); Green value is 176 (69.14% from 255 or 43.78% from 402); Blue value is 21 (8.59% from 255 or 5.22% from 402); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDB015 is #324FEA. Grayscale: #A7A7A7. Windows color (decimal): -3297259 or 1421517. OLE color: 1421517.
HSL color Cylindrical-coordinate representation of color #CDB015: hue angle of 50.54º degrees, saturation: 0.81, 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 #CDB015 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 176 | 21 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.20 |
| HSL | 50.54º | 0.81% | 0.44% | - |
| HSV(B) | 50.54º | 0.9% | 0.8% | - |
| XYZ | 40.84 | 44.08 | 7.07 | - |
| YUV | 167 | 45.61 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 21 | 0 | 0.14 | 0.90 | 0.20 | 50.54 | 0.81 | 0.44 |
| Hex | CD | B0 | 15 | 0 | E | 5A | 14 | 33 | 51 | 2C |
| Octal | 315 | 260 | 25 | 0 | 16 | 132 | 24 | 63 | 121 | 54 |
| Binary | 11001101 | 10110000 | 10101 | 0 | 1110 | 1011010 | 10100 | 110011 | 1010001 | 101100 |
Color Harmonies of #CDB015
Complementary color
Monochromatic Colors of #CDB015
Black with #CDB015
Text Example
Text Example
White with #CDB015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB015; }
p { color: rgb(205,176,21); }
H1.HeaderClassName
{
color: #CDB015;
}
.AnyTagClassName
{
color: #CDB015;
}
</style>
background-color css
<style>
a { background-color: #CDB015; }
a { background-color: rgb(205,176,21); }
div.DivClassName
{
background-color: #CDB015;
}
.BgClassName
{
background-color: #CDB015;
}
</style>
border-color css
<style>
span { border-color: #CDB015; }
span { border-color: rgb(205,176,21); }
td.TdClassName
{
border-color: #CDB015;
}
.TagClassName
{
border-color: #CDB015;
}
</style>