Shades of Bird Flower #CFAE13
Tints of Bird Flower #CFAE13
RGB
CMYK
RGB Variations
Color information
#CFAE13 (or 0xCFAE13) is known color: Bird Flower. HEX triplet: CF, AE and 13. RGB value is (207,174,19). Sum of RGB (Red+Green+Blue) = 207+174+19=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 174 (68.36% from 255 or 43.5% from 400); Blue value is 19 (7.81% from 255 or 4.75% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAE13 is #3051EC. Grayscale: #A6A6A6. Windows color (decimal): -3166701 or 1289935. OLE color: 1289935.
HSL color Cylindrical-coordinate representation of color #CFAE13: hue angle of 49.47º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFAE13 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 174 | 19 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.19 |
| HSL | 49.47º | 0.83% | 0.44% | - |
| HSV(B) | 49.47º | 0.91% | 0.81% | - |
| XYZ | 40.99 | 43.58 | 6.87 | - |
| YUV | 166.2 | 44.93 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 174 | 19 | 0 | 0.16 | 0.91 | 0.19 | 49.47 | 0.83 | 0.44 |
| Hex | CF | AE | 13 | 0 | 10 | 5B | 13 | 31 | 53 | 2C |
| Octal | 317 | 256 | 23 | 0 | 20 | 133 | 23 | 61 | 123 | 54 |
| Binary | 11001111 | 10101110 | 10011 | 0 | 10000 | 1011011 | 10011 | 110001 | 1010011 | 101100 |
Color Harmonies of #CFAE13
Complementary color
Monochromatic Colors of #CFAE13
Black with #CFAE13
Text Example
Text Example
White with #CFAE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAE13; }
p { color: rgb(207,174,19); }
H1.HeaderClassName
{
color: #CFAE13;
}
.AnyTagClassName
{
color: #CFAE13;
}
</style>
background-color css
<style>
a { background-color: #CFAE13; }
a { background-color: rgb(207,174,19); }
div.DivClassName
{
background-color: #CFAE13;
}
.BgClassName
{
background-color: #CFAE13;
}
</style>
border-color css
<style>
span { border-color: #CFAE13; }
span { border-color: rgb(207,174,19); }
td.TdClassName
{
border-color: #CFAE13;
}
.TagClassName
{
border-color: #CFAE13;
}
</style>