Shades of Bird Flower #CFAD00
Tints of Bird Flower #CFAD00
RGB
CMYK
RGB Variations
Color information
#CFAD00 (or 0xCFAD00) is known color: Bird Flower. HEX triplet: CF, AD and 00. RGB value is (207,173,0). Sum of RGB (Red+Green+Blue) = 207+173+0=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 173 (67.97% from 255 or 45.53% from 380); Blue value is 0 (0.39% from 255 or 0% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAD00 is #3052FF. Grayscale: #A4A4A4. Windows color (decimal): -3166976 or 44495. OLE color: 44495.
HSL color Cylindrical-coordinate representation of color #CFAD00: hue angle of 50.14º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFAD00 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 173 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.19 |
| HSL | 50.14º | 1% | 0.41% | - |
| HSV(B) | 50.14º | 1% | 0.81% | - |
| XYZ | 40.68 | 43.15 | 6.19 | - |
| YUV | 163.44 | 35.76 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 0 | 0 | 0.16 | 1 | 0.19 | 50.14 | 1 | 0.41 |
| Hex | CF | AD | 0 | 0 | 10 | 64 | 13 | 32 | 64 | 29 |
| Octal | 317 | 255 | 0 | 0 | 20 | 144 | 23 | 62 | 144 | 51 |
| Binary | 11001111 | 10101101 | 0 | 0 | 10000 | 1100100 | 10011 | 110010 | 1100100 | 101001 |
Color Harmonies of #CFAD00
Complementary color
Monochromatic Colors of #CFAD00
Black with #CFAD00
Text Example
Text Example
White with #CFAD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAD00; }
p { color: rgb(207,173,0); }
H1.HeaderClassName
{
color: #CFAD00;
}
.AnyTagClassName
{
color: #CFAD00;
}
</style>
background-color css
<style>
a { background-color: #CFAD00; }
a { background-color: rgb(207,173,0); }
div.DivClassName
{
background-color: #CFAD00;
}
.BgClassName
{
background-color: #CFAD00;
}
</style>
border-color css
<style>
span { border-color: #CFAD00; }
span { border-color: rgb(207,173,0); }
td.TdClassName
{
border-color: #CFAD00;
}
.TagClassName
{
border-color: #CFAD00;
}
</style>