Shades of Bird Flower #CDAF00
Tints of Bird Flower #CDAF00
RGB
CMYK
RGB Variations
Color information
#CDAF00 (or 0xCDAF00) is known color: Bird Flower. HEX triplet: CD, AF and 00. RGB value is (205,175,0). Sum of RGB (Red+Green+Blue) = 205+175+0=380 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.95% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 0 (0.39% from 255 or 0% from 380); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAF00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDAF00 is #3250FF. Grayscale: #A4A4A4. Windows color (decimal): -3297536 or 45005. OLE color: 45005.
HSL color Cylindrical-coordinate representation of color #CDAF00: hue angle of 51.22º 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 #CDAF00 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 175 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.20 |
| HSL | 51.22º | 1% | 0.4% | - |
| HSV(B) | 51.22º | 1% | 0.8% | - |
| XYZ | 40.51 | 43.64 | 6.29 | - |
| YUV | 164.02 | 35.44 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 175 | 0 | 0 | 0.15 | 1 | 0.20 | 51.22 | 1 | 0.4 |
| Hex | CD | AF | 0 | 0 | F | 64 | 14 | 33 | 64 | 28 |
| Octal | 315 | 257 | 0 | 0 | 17 | 144 | 24 | 63 | 144 | 50 |
| Binary | 11001101 | 10101111 | 0 | 0 | 1111 | 1100100 | 10100 | 110011 | 1100100 | 101000 |
Color Harmonies of #CDAF00
Complementary color
Monochromatic Colors of #CDAF00
Black with #CDAF00
Text Example
Text Example
White with #CDAF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAF00; }
p { color: rgb(205,175,0); }
H1.HeaderClassName
{
color: #CDAF00;
}
.AnyTagClassName
{
color: #CDAF00;
}
</style>
background-color css
<style>
a { background-color: #CDAF00; }
a { background-color: rgb(205,175,0); }
div.DivClassName
{
background-color: #CDAF00;
}
.BgClassName
{
background-color: #CDAF00;
}
</style>
border-color css
<style>
span { border-color: #CDAF00; }
span { border-color: rgb(205,175,0); }
td.TdClassName
{
border-color: #CDAF00;
}
.TagClassName
{
border-color: #CDAF00;
}
</style>