Shades of Bird Flower #CEAF00
Tints of Bird Flower #CEAF00
RGB
CMYK
RGB Variations
Color information
#CEAF00 (or 0xCEAF00) is known color: Bird Flower. HEX triplet: CE, AF and 00. RGB value is (206,175,0). Sum of RGB (Red+Green+Blue) = 206+175+0=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 175 (68.75% from 255 or 45.93% from 381); Blue value is 0 (0.39% from 255 or 0% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAF00 is #3150FF. Grayscale: #A5A5A5. Windows color (decimal): -3232000 or 45006. OLE color: 45006.
HSL color Cylindrical-coordinate representation of color #CEAF00: hue angle of 50.97º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEAF00 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.19 |
| HSL | 50.97º | 1% | 0.4% | - |
| HSV(B) | 50.97º | 1% | 0.81% | - |
| XYZ | 40.78 | 43.78 | 6.3 | - |
| YUV | 164.32 | 35.27 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 0 | 0 | 0.15 | 1 | 0.19 | 50.97 | 1 | 0.4 |
| Hex | CE | AF | 0 | 0 | F | 64 | 13 | 33 | 64 | 28 |
| Octal | 316 | 257 | 0 | 0 | 17 | 144 | 23 | 63 | 144 | 50 |
| Binary | 11001110 | 10101111 | 0 | 0 | 1111 | 1100100 | 10011 | 110011 | 1100100 | 101000 |
Color Harmonies of #CEAF00
Complementary color
Monochromatic Colors of #CEAF00
Black with #CEAF00
Text Example
Text Example
White with #CEAF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAF00; }
p { color: rgb(206,175,0); }
H1.HeaderClassName
{
color: #CEAF00;
}
.AnyTagClassName
{
color: #CEAF00;
}
</style>
background-color css
<style>
a { background-color: #CEAF00; }
a { background-color: rgb(206,175,0); }
div.DivClassName
{
background-color: #CEAF00;
}
.BgClassName
{
background-color: #CEAF00;
}
</style>
border-color css
<style>
span { border-color: #CEAF00; }
span { border-color: rgb(206,175,0); }
td.TdClassName
{
border-color: #CEAF00;
}
.TagClassName
{
border-color: #CEAF00;
}
</style>