Shades of Bird Flower #CDAF0A
Tints of Bird Flower #CDAF0A
RGB
CMYK
RGB Variations
Color information
#CDAF0A (or 0xCDAF0A) is known color: Bird Flower. HEX triplet: CD, AF and 0A. RGB value is (205,175,10). Sum of RGB (Red+Green+Blue) = 205+175+10=390 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.56% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 10 (4.30% from 255 or 2.56% from 390); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAF0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDAF0A is #3250F5. Grayscale: #A5A5A5. Windows color (decimal): -3297526 or 700365. OLE color: 700365.
HSL color Cylindrical-coordinate representation of color #CDAF0A: hue angle of 50.77º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CDAF0A is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 175 | 10 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.20 |
| HSL | 50.77º | 0.91% | 0.42% | - |
| HSV(B) | 50.77º | 0.95% | 0.8% | - |
| XYZ | 40.56 | 43.66 | 6.58 | - |
| YUV | 165.16 | 40.44 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 175 | 10 | 0 | 0.15 | 0.95 | 0.20 | 50.77 | 0.91 | 0.42 |
| Hex | CD | AF | A | 0 | F | 5F | 14 | 33 | 5B | 2A |
| Octal | 315 | 257 | 12 | 0 | 17 | 137 | 24 | 63 | 133 | 52 |
| Binary | 11001101 | 10101111 | 1010 | 0 | 1111 | 1011111 | 10100 | 110011 | 1011011 | 101010 |
Color Harmonies of #CDAF0A
Complementary color
Monochromatic Colors of #CDAF0A
Black with #CDAF0A
Text Example
Text Example
White with #CDAF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAF0A; }
p { color: rgb(205,175,10); }
H1.HeaderClassName
{
color: #CDAF0A;
}
.AnyTagClassName
{
color: #CDAF0A;
}
</style>
background-color css
<style>
a { background-color: #CDAF0A; }
a { background-color: rgb(205,175,10); }
div.DivClassName
{
background-color: #CDAF0A;
}
.BgClassName
{
background-color: #CDAF0A;
}
</style>
border-color css
<style>
span { border-color: #CDAF0A; }
span { border-color: rgb(205,175,10); }
td.TdClassName
{
border-color: #CDAF0A;
}
.TagClassName
{
border-color: #CDAF0A;
}
</style>