Shades of Bird Flower #CDB017
Tints of Bird Flower #CDB017
RGB
CMYK
RGB Variations
Color information
#CDB017 (or 0xCDB017) is known color: Bird Flower. HEX triplet: CD, B0 and 17. RGB value is (205,176,23). Sum of RGB (Red+Green+Blue) = 205+176+23=404 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.74% from 404); Green value is 176 (69.14% from 255 or 43.56% from 404); Blue value is 23 (9.38% from 255 or 5.69% from 404); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDB017 is #324FE8. Grayscale: #A7A7A7. Windows color (decimal): -3297257 or 1552589. OLE color: 1552589.
HSL color Cylindrical-coordinate representation of color #CDB017: hue angle of 50.44º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CDB017 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 176 | 23 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.20 |
| HSL | 50.44º | 0.8% | 0.45% | - |
| HSV(B) | 50.44º | 0.89% | 0.8% | - |
| XYZ | 40.86 | 44.09 | 7.17 | - |
| YUV | 167.23 | 46.61 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 23 | 0 | 0.14 | 0.89 | 0.20 | 50.44 | 0.8 | 0.45 |
| Hex | CD | B0 | 17 | 0 | E | 59 | 14 | 32 | 50 | 2D |
| Octal | 315 | 260 | 27 | 0 | 16 | 131 | 24 | 62 | 120 | 55 |
| Binary | 11001101 | 10110000 | 10111 | 0 | 1110 | 1011001 | 10100 | 110010 | 1010000 | 101101 |
Color Harmonies of #CDB017
Complementary color
Monochromatic Colors of #CDB017
Black with #CDB017
Text Example
Text Example
White with #CDB017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB017; }
p { color: rgb(205,176,23); }
H1.HeaderClassName
{
color: #CDB017;
}
.AnyTagClassName
{
color: #CDB017;
}
</style>
background-color css
<style>
a { background-color: #CDB017; }
a { background-color: rgb(205,176,23); }
div.DivClassName
{
background-color: #CDB017;
}
.BgClassName
{
background-color: #CDB017;
}
</style>
border-color css
<style>
span { border-color: #CDB017; }
span { border-color: rgb(205,176,23); }
td.TdClassName
{
border-color: #CDB017;
}
.TagClassName
{
border-color: #CDB017;
}
</style>