Shades of Bird Flower #CFAA04
Tints of Bird Flower #CFAA04
RGB
CMYK
RGB Variations
Color information
#CFAA04 (or 0xCFAA04) is known color: Bird Flower. HEX triplet: CF, AA and 04. RGB value is (207,170,4). Sum of RGB (Red+Green+Blue) = 207+170+4=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 4 (1.95% from 255 or 1.05% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAA04 is #3055FB. Grayscale: #A2A2A2. Windows color (decimal): -3167740 or 305871. OLE color: 305871.
HSL color Cylindrical-coordinate representation of color #CFAA04: hue angle of 49.06º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFAA04 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 4 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.19 |
| HSL | 49.06º | 0.96% | 0.41% | - |
| HSV(B) | 49.06º | 0.98% | 0.81% | - |
| XYZ | 40.13 | 42.02 | 6.11 | - |
| YUV | 162.14 | 38.76 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 4 | 0 | 0.18 | 0.98 | 0.19 | 49.06 | 0.96 | 0.41 |
| Hex | CF | AA | 4 | 0 | 12 | 62 | 13 | 31 | 60 | 29 |
| Octal | 317 | 252 | 4 | 0 | 22 | 142 | 23 | 61 | 140 | 51 |
| Binary | 11001111 | 10101010 | 100 | 0 | 10010 | 1100010 | 10011 | 110001 | 1100000 | 101001 |
Color Harmonies of #CFAA04
Complementary color
Monochromatic Colors of #CFAA04
Black with #CFAA04
Text Example
Text Example
White with #CFAA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAA04; }
p { color: rgb(207,170,4); }
H1.HeaderClassName
{
color: #CFAA04;
}
.AnyTagClassName
{
color: #CFAA04;
}
</style>
background-color css
<style>
a { background-color: #CFAA04; }
a { background-color: rgb(207,170,4); }
div.DivClassName
{
background-color: #CFAA04;
}
.BgClassName
{
background-color: #CFAA04;
}
</style>
border-color css
<style>
span { border-color: #CFAA04; }
span { border-color: rgb(207,170,4); }
td.TdClassName
{
border-color: #CFAA04;
}
.TagClassName
{
border-color: #CFAA04;
}
</style>