Shades of Bird Flower #CDB417
Tints of Bird Flower #CDB417
RGB
CMYK
RGB Variations
Color information
#CDB417 (or 0xCDB417) is known color: Bird Flower. HEX triplet: CD, B4 and 17. RGB value is (205,180,23). Sum of RGB (Red+Green+Blue) = 205+180+23=408 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.25% from 408); Green value is 180 (70.70% from 255 or 44.12% from 408); Blue value is 23 (9.38% from 255 or 5.64% from 408); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB417 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB417 is #324BE8. Grayscale: #AAAAAA. Windows color (decimal): -3296233 or 1553613. OLE color: 1553613.
HSL color Cylindrical-coordinate representation of color #CDB417: hue angle of 51.76º 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 #CDB417 is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 23 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.20 |
| HSL | 51.76º | 0.8% | 0.45% | - |
| HSV(B) | 51.76º | 0.89% | 0.8% | - |
| XYZ | 41.65 | 45.68 | 7.43 | - |
| YUV | 169.58 | 45.28 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 23 | 0 | 0.12 | 0.89 | 0.20 | 51.76 | 0.8 | 0.45 |
| Hex | CD | B4 | 17 | 0 | C | 59 | 14 | 34 | 50 | 2D |
| Octal | 315 | 264 | 27 | 0 | 14 | 131 | 24 | 64 | 120 | 55 |
| Binary | 11001101 | 10110100 | 10111 | 0 | 1100 | 1011001 | 10100 | 110100 | 1010000 | 101101 |
Color Harmonies of #CDB417
Complementary color
Monochromatic Colors of #CDB417
Black with #CDB417
Text Example
Text Example
White with #CDB417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB417; }
p { color: rgb(205,180,23); }
H1.HeaderClassName
{
color: #CDB417;
}
.AnyTagClassName
{
color: #CDB417;
}
</style>
background-color css
<style>
a { background-color: #CDB417; }
a { background-color: rgb(205,180,23); }
div.DivClassName
{
background-color: #CDB417;
}
.BgClassName
{
background-color: #CDB417;
}
</style>
border-color css
<style>
span { border-color: #CDB417; }
span { border-color: rgb(205,180,23); }
td.TdClassName
{
border-color: #CDB417;
}
.TagClassName
{
border-color: #CDB417;
}
</style>