Shades of Bird Flower #CFAC05
Tints of Bird Flower #CFAC05
RGB
CMYK
RGB Variations
Color information
#CFAC05 (or 0xCFAC05) is known color: Bird Flower. HEX triplet: CF, AC and 05. RGB value is (207,172,5). Sum of RGB (Red+Green+Blue) = 207+172+5=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 172 (67.58% from 255 or 44.79% from 384); Blue value is 5 (2.34% from 255 or 1.30% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAC05 is #3053FA. Grayscale: #A4A4A4. Windows color (decimal): -3167227 or 371919. OLE color: 371919.
HSL color Cylindrical-coordinate representation of color #CFAC05: hue angle of 49.6º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFAC05 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 5 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.19 |
| HSL | 49.6º | 0.95% | 0.42% | - |
| HSV(B) | 49.6º | 0.98% | 0.81% | - |
| XYZ | 40.51 | 42.78 | 6.27 | - |
| YUV | 163.43 | 38.6 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 5 | 0 | 0.17 | 0.98 | 0.19 | 49.6 | 0.95 | 0.42 |
| Hex | CF | AC | 5 | 0 | 11 | 62 | 13 | 32 | 5F | 2A |
| Octal | 317 | 254 | 5 | 0 | 21 | 142 | 23 | 62 | 137 | 52 |
| Binary | 11001111 | 10101100 | 101 | 0 | 10001 | 1100010 | 10011 | 110010 | 1011111 | 101010 |
Color Harmonies of #CFAC05
Complementary color
Monochromatic Colors of #CFAC05
Black with #CFAC05
Text Example
Text Example
White with #CFAC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC05; }
p { color: rgb(207,172,5); }
H1.HeaderClassName
{
color: #CFAC05;
}
.AnyTagClassName
{
color: #CFAC05;
}
</style>
background-color css
<style>
a { background-color: #CFAC05; }
a { background-color: rgb(207,172,5); }
div.DivClassName
{
background-color: #CFAC05;
}
.BgClassName
{
background-color: #CFAC05;
}
</style>
border-color css
<style>
span { border-color: #CFAC05; }
span { border-color: rgb(207,172,5); }
td.TdClassName
{
border-color: #CFAC05;
}
.TagClassName
{
border-color: #CFAC05;
}
</style>