Shades of Bird Flower #CFAF0D
Tints of Bird Flower #CFAF0D
RGB
CMYK
RGB Variations
Color information
#CFAF0D (or 0xCFAF0D) is known color: Bird Flower. HEX triplet: CF, AF and 0D. RGB value is (207,175,13). Sum of RGB (Red+Green+Blue) = 207+175+13=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 13 (5.47% from 255 or 3.29% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAF0D is #3050F2. Grayscale: #A6A6A6. Windows color (decimal): -3166451 or 896975. OLE color: 896975.
HSL color Cylindrical-coordinate representation of color #CFAF0D: hue angle of 50.1º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFAF0D is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 13 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.19 |
| HSL | 50.1º | 0.88% | 0.43% | - |
| HSV(B) | 50.1º | 0.94% | 0.81% | - |
| XYZ | 41.13 | 43.95 | 6.7 | - |
| YUV | 166.1 | 41.6 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 13 | 0 | 0.15 | 0.94 | 0.19 | 50.1 | 0.88 | 0.43 |
| Hex | CF | AF | D | 0 | F | 5E | 13 | 32 | 58 | 2B |
| Octal | 317 | 257 | 15 | 0 | 17 | 136 | 23 | 62 | 130 | 53 |
| Binary | 11001111 | 10101111 | 1101 | 0 | 1111 | 1011110 | 10011 | 110010 | 1011000 | 101011 |
Color Harmonies of #CFAF0D
Complementary color
Monochromatic Colors of #CFAF0D
Black with #CFAF0D
Text Example
Text Example
White with #CFAF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF0D; }
p { color: rgb(207,175,13); }
H1.HeaderClassName
{
color: #CFAF0D;
}
.AnyTagClassName
{
color: #CFAF0D;
}
</style>
background-color css
<style>
a { background-color: #CFAF0D; }
a { background-color: rgb(207,175,13); }
div.DivClassName
{
background-color: #CFAF0D;
}
.BgClassName
{
background-color: #CFAF0D;
}
</style>
border-color css
<style>
span { border-color: #CFAF0D; }
span { border-color: rgb(207,175,13); }
td.TdClassName
{
border-color: #CFAF0D;
}
.TagClassName
{
border-color: #CFAF0D;
}
</style>