Shades of Bird Flower #CEB008
Tints of Bird Flower #CEB008
RGB
CMYK
RGB Variations
Color information
#CEB008 (or 0xCEB008) is known color: Bird Flower. HEX triplet: CE, B0 and 08. RGB value is (206,176,8). Sum of RGB (Red+Green+Blue) = 206+176+8=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 176 (69.14% from 255 or 45.13% from 390); Blue value is 8 (3.52% from 255 or 2.05% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEB008 is #314FF7. Grayscale: #A6A6A6. Windows color (decimal): -3231736 or 569550. OLE color: 569550.
HSL color Cylindrical-coordinate representation of color #CEB008: hue angle of 50.91º 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 #CEB008 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 8 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.19 |
| HSL | 50.91º | 0.93% | 0.42% | - |
| HSV(B) | 50.91º | 0.96% | 0.81% | - |
| XYZ | 41.02 | 44.19 | 6.6 | - |
| YUV | 165.82 | 38.94 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 8 | 0 | 0.15 | 0.96 | 0.19 | 50.91 | 0.93 | 0.42 |
| Hex | CE | B0 | 8 | 0 | F | 60 | 13 | 33 | 5D | 2A |
| Octal | 316 | 260 | 10 | 0 | 17 | 140 | 23 | 63 | 135 | 52 |
| Binary | 11001110 | 10110000 | 1000 | 0 | 1111 | 1100000 | 10011 | 110011 | 1011101 | 101010 |
Color Harmonies of #CEB008
Complementary color
Monochromatic Colors of #CEB008
Black with #CEB008
Text Example
Text Example
White with #CEB008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB008; }
p { color: rgb(206,176,8); }
H1.HeaderClassName
{
color: #CEB008;
}
.AnyTagClassName
{
color: #CEB008;
}
</style>
background-color css
<style>
a { background-color: #CEB008; }
a { background-color: rgb(206,176,8); }
div.DivClassName
{
background-color: #CEB008;
}
.BgClassName
{
background-color: #CEB008;
}
</style>
border-color css
<style>
span { border-color: #CEB008; }
span { border-color: rgb(206,176,8); }
td.TdClassName
{
border-color: #CEB008;
}
.TagClassName
{
border-color: #CEB008;
}
</style>