Shades of Bird Flower #CEAA08
Tints of Bird Flower #CEAA08
RGB
CMYK
RGB Variations
Color information
#CEAA08 (or 0xCEAA08) is known color: Bird Flower. HEX triplet: CE, AA and 08. RGB value is (206,170,8). Sum of RGB (Red+Green+Blue) = 206+170+8=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 8 (3.52% from 255 or 2.08% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAA08 is #3155F7. Grayscale: #A2A2A2. Windows color (decimal): -3233272 or 568014. OLE color: 568014.
HSL color Cylindrical-coordinate representation of color #CEAA08: hue angle of 49.09º 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 #CEAA08 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 170 | 8 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.19 |
| HSL | 49.09º | 0.93% | 0.42% | - |
| HSV(B) | 49.09º | 0.96% | 0.81% | - |
| XYZ | 39.87 | 41.89 | 6.21 | - |
| YUV | 162.3 | 40.93 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 170 | 8 | 0 | 0.17 | 0.96 | 0.19 | 49.09 | 0.93 | 0.42 |
| Hex | CE | AA | 8 | 0 | 11 | 60 | 13 | 31 | 5D | 2A |
| Octal | 316 | 252 | 10 | 0 | 21 | 140 | 23 | 61 | 135 | 52 |
| Binary | 11001110 | 10101010 | 1000 | 0 | 10001 | 1100000 | 10011 | 110001 | 1011101 | 101010 |
Color Harmonies of #CEAA08
Complementary color
Monochromatic Colors of #CEAA08
Black with #CEAA08
Text Example
Text Example
White with #CEAA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAA08; }
p { color: rgb(206,170,8); }
H1.HeaderClassName
{
color: #CEAA08;
}
.AnyTagClassName
{
color: #CEAA08;
}
</style>
background-color css
<style>
a { background-color: #CEAA08; }
a { background-color: rgb(206,170,8); }
div.DivClassName
{
background-color: #CEAA08;
}
.BgClassName
{
background-color: #CEAA08;
}
</style>
border-color css
<style>
span { border-color: #CEAA08; }
span { border-color: rgb(206,170,8); }
td.TdClassName
{
border-color: #CEAA08;
}
.TagClassName
{
border-color: #CEAA08;
}
</style>