Shades of Bird Flower #CEAB00
Tints of Bird Flower #CEAB00
RGB
CMYK
RGB Variations
Color information
#CEAB00 (or 0xCEAB00) is known color: Bird Flower. HEX triplet: CE, AB and 00. RGB value is (206,171,0). Sum of RGB (Red+Green+Blue) = 206+171+0=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 171 (67.19% from 255 or 45.36% from 377); Blue value is 0 (0.39% from 255 or 0% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAB00 is #3154FF. Grayscale: #A2A2A2. Windows color (decimal): -3233024 or 43982. OLE color: 43982.
HSL color Cylindrical-coordinate representation of color #CEAB00: hue angle of 49.81º 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 #CEAB00 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 171 | 0 | - |
| CMYK | 0 | 0.17 | 1 | 0.19 |
| HSL | 49.81º | 1% | 0.4% | - |
| HSV(B) | 49.81º | 1% | 0.81% | - |
| XYZ | 40.02 | 42.25 | 6.05 | - |
| YUV | 161.97 | 36.6 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 171 | 0 | 0 | 0.17 | 1 | 0.19 | 49.81 | 1 | 0.4 |
| Hex | CE | AB | 0 | 0 | 11 | 64 | 13 | 32 | 64 | 28 |
| Octal | 316 | 253 | 0 | 0 | 21 | 144 | 23 | 62 | 144 | 50 |
| Binary | 11001110 | 10101011 | 0 | 0 | 10001 | 1100100 | 10011 | 110010 | 1100100 | 101000 |
Color Harmonies of #CEAB00
Complementary color
Monochromatic Colors of #CEAB00
Black with #CEAB00
Text Example
Text Example
White with #CEAB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAB00; }
p { color: rgb(206,171,0); }
H1.HeaderClassName
{
color: #CEAB00;
}
.AnyTagClassName
{
color: #CEAB00;
}
</style>
background-color css
<style>
a { background-color: #CEAB00; }
a { background-color: rgb(206,171,0); }
div.DivClassName
{
background-color: #CEAB00;
}
.BgClassName
{
background-color: #CEAB00;
}
</style>
border-color css
<style>
span { border-color: #CEAB00; }
span { border-color: rgb(206,171,0); }
td.TdClassName
{
border-color: #CEAB00;
}
.TagClassName
{
border-color: #CEAB00;
}
</style>