Shades of Bird Flower #CFAE08
Tints of Bird Flower #CFAE08
RGB
CMYK
RGB Variations
Color information
#CFAE08 (or 0xCFAE08) is known color: Bird Flower. HEX triplet: CF, AE and 08. RGB value is (207,174,8). Sum of RGB (Red+Green+Blue) = 207+174+8=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 174 (68.36% from 255 or 44.73% from 389); Blue value is 8 (3.52% from 255 or 2.06% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAE08 is #3051F7. Grayscale: #A5A5A5. Windows color (decimal): -3166712 or 569039. OLE color: 569039.
HSL color Cylindrical-coordinate representation of color #CFAE08: hue angle of 50.05º 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 #CFAE08 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 174 | 8 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.19 |
| HSL | 50.05º | 0.93% | 0.42% | - |
| HSV(B) | 50.05º | 0.96% | 0.81% | - |
| XYZ | 40.91 | 43.56 | 6.48 | - |
| YUV | 164.94 | 39.43 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 174 | 8 | 0 | 0.16 | 0.96 | 0.19 | 50.05 | 0.93 | 0.42 |
| Hex | CF | AE | 8 | 0 | 10 | 60 | 13 | 32 | 5D | 2A |
| Octal | 317 | 256 | 10 | 0 | 20 | 140 | 23 | 62 | 135 | 52 |
| Binary | 11001111 | 10101110 | 1000 | 0 | 10000 | 1100000 | 10011 | 110010 | 1011101 | 101010 |
Color Harmonies of #CFAE08
Complementary color
Monochromatic Colors of #CFAE08
Black with #CFAE08
Text Example
Text Example
White with #CFAE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAE08; }
p { color: rgb(207,174,8); }
H1.HeaderClassName
{
color: #CFAE08;
}
.AnyTagClassName
{
color: #CFAE08;
}
</style>
background-color css
<style>
a { background-color: #CFAE08; }
a { background-color: rgb(207,174,8); }
div.DivClassName
{
background-color: #CFAE08;
}
.BgClassName
{
background-color: #CFAE08;
}
</style>
border-color css
<style>
span { border-color: #CFAE08; }
span { border-color: rgb(207,174,8); }
td.TdClassName
{
border-color: #CFAE08;
}
.TagClassName
{
border-color: #CFAE08;
}
</style>