Shades of Bird Flower #CDAC0E
Tints of Bird Flower #CDAC0E
RGB
CMYK
RGB Variations
Color information
#CDAC0E (or 0xCDAC0E) is known color: Bird Flower. HEX triplet: CD, AC and 0E. RGB value is (205,172,14). Sum of RGB (Red+Green+Blue) = 205+172+14=391 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.43% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 14 (5.86% from 255 or 3.58% from 391); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAC0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDAC0E is #3253F1. Grayscale: #A4A4A4. Windows color (decimal): -3298290 or 961741. OLE color: 961741.
HSL color Cylindrical-coordinate representation of color #CDAC0E: hue angle of 49.63º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CDAC0E is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 172 | 14 | - |
| CMYK | 0 | 0.16 | 0.93 | 0.20 |
| HSL | 49.63º | 0.87% | 0.43% | - |
| HSV(B) | 49.63º | 0.93% | 0.8% | - |
| XYZ | 40.01 | 42.52 | 6.51 | - |
| YUV | 163.86 | 43.43 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 172 | 14 | 0 | 0.16 | 0.93 | 0.20 | 49.63 | 0.87 | 0.43 |
| Hex | CD | AC | E | 0 | 10 | 5D | 14 | 32 | 57 | 2B |
| Octal | 315 | 254 | 16 | 0 | 20 | 135 | 24 | 62 | 127 | 53 |
| Binary | 11001101 | 10101100 | 1110 | 0 | 10000 | 1011101 | 10100 | 110010 | 1010111 | 101011 |
Color Harmonies of #CDAC0E
Complementary color
Monochromatic Colors of #CDAC0E
Black with #CDAC0E
Text Example
Text Example
White with #CDAC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAC0E; }
p { color: rgb(205,172,14); }
H1.HeaderClassName
{
color: #CDAC0E;
}
.AnyTagClassName
{
color: #CDAC0E;
}
</style>
background-color css
<style>
a { background-color: #CDAC0E; }
a { background-color: rgb(205,172,14); }
div.DivClassName
{
background-color: #CDAC0E;
}
.BgClassName
{
background-color: #CDAC0E;
}
</style>
border-color css
<style>
span { border-color: #CDAC0E; }
span { border-color: rgb(205,172,14); }
td.TdClassName
{
border-color: #CDAC0E;
}
.TagClassName
{
border-color: #CDAC0E;
}
</style>