Shades of Bird Flower #CFAD0D
Tints of Bird Flower #CFAD0D
RGB
CMYK
RGB Variations
Color information
#CFAD0D (or 0xCFAD0D) is known color: Bird Flower. HEX triplet: CF, AD and 0D. RGB value is (207,173,13). Sum of RGB (Red+Green+Blue) = 207+173+13=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 173 (67.97% from 255 or 44.02% from 393); Blue value is 13 (5.47% from 255 or 3.31% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAD0D is #3052F2. Grayscale: #A5A5A5. Windows color (decimal): -3166963 or 896463. OLE color: 896463.
HSL color Cylindrical-coordinate representation of color #CFAD0D: hue angle of 49.48º 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 #CFAD0D is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 173 | 13 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.19 |
| HSL | 49.48º | 0.88% | 0.43% | - |
| HSV(B) | 49.48º | 0.94% | 0.81% | - |
| XYZ | 40.75 | 43.18 | 6.57 | - |
| YUV | 164.93 | 42.26 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 13 | 0 | 0.16 | 0.94 | 0.19 | 49.48 | 0.88 | 0.43 |
| Hex | CF | AD | D | 0 | 10 | 5E | 13 | 31 | 58 | 2B |
| Octal | 317 | 255 | 15 | 0 | 20 | 136 | 23 | 61 | 130 | 53 |
| Binary | 11001111 | 10101101 | 1101 | 0 | 10000 | 1011110 | 10011 | 110001 | 1011000 | 101011 |
Color Harmonies of #CFAD0D
Complementary color
Monochromatic Colors of #CFAD0D
Black with #CFAD0D
Text Example
Text Example
White with #CFAD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAD0D; }
p { color: rgb(207,173,13); }
H1.HeaderClassName
{
color: #CFAD0D;
}
.AnyTagClassName
{
color: #CFAD0D;
}
</style>
background-color css
<style>
a { background-color: #CFAD0D; }
a { background-color: rgb(207,173,13); }
div.DivClassName
{
background-color: #CFAD0D;
}
.BgClassName
{
background-color: #CFAD0D;
}
</style>
border-color css
<style>
span { border-color: #CFAD0D; }
span { border-color: rgb(207,173,13); }
td.TdClassName
{
border-color: #CFAD0D;
}
.TagClassName
{
border-color: #CFAD0D;
}
</style>