Shades of Bird Flower #CFAA08
Tints of Bird Flower #CFAA08
RGB
CMYK
RGB Variations
Color information
#CFAA08 (or 0xCFAA08) is known color: Bird Flower. HEX triplet: CF, AA and 08. RGB value is (207,170,8). Sum of RGB (Red+Green+Blue) = 207+170+8=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 8 (3.52% from 255 or 2.08% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAA08 is #3055F7. Grayscale: #A3A3A3. Windows color (decimal): -3167736 or 568015. OLE color: 568015.
HSL color Cylindrical-coordinate representation of color #CFAA08: hue angle of 48.84º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CFAA08 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 8 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.19 |
| HSL | 48.84º | 0.93% | 0.42% | - |
| HSV(B) | 48.84º | 0.96% | 0.81% | - |
| XYZ | 40.15 | 42.03 | 6.23 | - |
| YUV | 162.6 | 40.76 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 8 | 0 | 0.18 | 0.96 | 0.19 | 48.84 | 0.93 | 0.42 |
| Hex | CF | AA | 8 | 0 | 12 | 60 | 13 | 31 | 5D | 2A |
| Octal | 317 | 252 | 10 | 0 | 22 | 140 | 23 | 61 | 135 | 52 |
| Binary | 11001111 | 10101010 | 1000 | 0 | 10010 | 1100000 | 10011 | 110001 | 1011101 | 101010 |
Color Harmonies of #CFAA08
Complementary color
Monochromatic Colors of #CFAA08
Black with #CFAA08
Text Example
Text Example
White with #CFAA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAA08; }
p { color: rgb(207,170,8); }
H1.HeaderClassName
{
color: #CFAA08;
}
.AnyTagClassName
{
color: #CFAA08;
}
</style>
background-color css
<style>
a { background-color: #CFAA08; }
a { background-color: rgb(207,170,8); }
div.DivClassName
{
background-color: #CFAA08;
}
.BgClassName
{
background-color: #CFAA08;
}
</style>
border-color css
<style>
span { border-color: #CFAA08; }
span { border-color: rgb(207,170,8); }
td.TdClassName
{
border-color: #CFAA08;
}
.TagClassName
{
border-color: #CFAA08;
}
</style>