Shades of Bird Flower #CFAC04
Tints of Bird Flower #CFAC04
RGB
CMYK
RGB Variations
Color information
#CFAC04 (or 0xCFAC04) is known color: Bird Flower. HEX triplet: CF, AC and 04. RGB value is (207,172,4). Sum of RGB (Red+Green+Blue) = 207+172+4=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 4 (1.95% from 255 or 1.04% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAC04 is #3053FB. Grayscale: #A4A4A4. Windows color (decimal): -3167228 or 306383. OLE color: 306383.
HSL color Cylindrical-coordinate representation of color #CFAC04: hue angle of 49.66º 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 #CFAC04 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 4 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.19 |
| HSL | 49.66º | 0.96% | 0.41% | - |
| HSV(B) | 49.66º | 0.98% | 0.81% | - |
| XYZ | 40.51 | 42.78 | 6.24 | - |
| YUV | 163.31 | 38.1 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 4 | 0 | 0.17 | 0.98 | 0.19 | 49.66 | 0.96 | 0.41 |
| Hex | CF | AC | 4 | 0 | 11 | 62 | 13 | 32 | 60 | 29 |
| Octal | 317 | 254 | 4 | 0 | 21 | 142 | 23 | 62 | 140 | 51 |
| Binary | 11001111 | 10101100 | 100 | 0 | 10001 | 1100010 | 10011 | 110010 | 1100000 | 101001 |
Color Harmonies of #CFAC04
Complementary color
Monochromatic Colors of #CFAC04
Black with #CFAC04
Text Example
Text Example
White with #CFAC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC04; }
p { color: rgb(207,172,4); }
H1.HeaderClassName
{
color: #CFAC04;
}
.AnyTagClassName
{
color: #CFAC04;
}
</style>
background-color css
<style>
a { background-color: #CFAC04; }
a { background-color: rgb(207,172,4); }
div.DivClassName
{
background-color: #CFAC04;
}
.BgClassName
{
background-color: #CFAC04;
}
</style>
border-color css
<style>
span { border-color: #CFAC04; }
span { border-color: rgb(207,172,4); }
td.TdClassName
{
border-color: #CFAC04;
}
.TagClassName
{
border-color: #CFAC04;
}
</style>