Shades of Bird Flower #CDAC00
Tints of Bird Flower #CDAC00
RGB
CMYK
RGB Variations
Color information
#CDAC00 (or 0xCDAC00) is known color: Bird Flower. HEX triplet: CD, AC and 00. RGB value is (205,172,0). Sum of RGB (Red+Green+Blue) = 205+172+0=377 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.38% from 377); Green value is 172 (67.58% from 255 or 45.62% from 377); Blue value is 0 (0.39% from 255 or 0% from 377); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAC00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDAC00 is #3253FF. Grayscale: #A2A2A2. Windows color (decimal): -3298304 or 44237. OLE color: 44237.
HSL color Cylindrical-coordinate representation of color #CDAC00: hue angle of 50.34º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CDAC00 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 172 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.20 |
| HSL | 50.34º | 1% | 0.4% | - |
| HSV(B) | 50.34º | 1% | 0.8% | - |
| XYZ | 39.93 | 42.48 | 6.1 | - |
| YUV | 162.26 | 36.43 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 172 | 0 | 0 | 0.16 | 1 | 0.20 | 50.34 | 1 | 0.4 |
| Hex | CD | AC | 0 | 0 | 10 | 64 | 14 | 32 | 64 | 28 |
| Octal | 315 | 254 | 0 | 0 | 20 | 144 | 24 | 62 | 144 | 50 |
| Binary | 11001101 | 10101100 | 0 | 0 | 10000 | 1100100 | 10100 | 110010 | 1100100 | 101000 |
Color Harmonies of #CDAC00
Complementary color
Monochromatic Colors of #CDAC00
Black with #CDAC00
Text Example
Text Example
White with #CDAC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAC00; }
p { color: rgb(205,172,0); }
H1.HeaderClassName
{
color: #CDAC00;
}
.AnyTagClassName
{
color: #CDAC00;
}
</style>
background-color css
<style>
a { background-color: #CDAC00; }
a { background-color: rgb(205,172,0); }
div.DivClassName
{
background-color: #CDAC00;
}
.BgClassName
{
background-color: #CDAC00;
}
</style>
border-color css
<style>
span { border-color: #CDAC00; }
span { border-color: rgb(205,172,0); }
td.TdClassName
{
border-color: #CDAC00;
}
.TagClassName
{
border-color: #CDAC00;
}
</style>