Shades of Bird Flower #CEB003
Tints of Bird Flower #CEB003
RGB
CMYK
RGB Variations
Color information
#CEB003 (or 0xCEB003) is known color: Bird Flower. HEX triplet: CE, B0 and 03. RGB value is (206,176,3). Sum of RGB (Red+Green+Blue) = 206+176+3=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 176 (69.14% from 255 or 45.71% from 385); Blue value is 3 (1.56% from 255 or 0.78% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEB003 is #314FFC. Grayscale: #A5A5A5. Windows color (decimal): -3231741 or 241870. OLE color: 241870.
HSL color Cylindrical-coordinate representation of color #CEB003: hue angle of 51.13º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CEB003 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 3 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.19 |
| HSL | 51.13º | 0.97% | 0.41% | - |
| HSV(B) | 51.13º | 0.99% | 0.81% | - |
| XYZ | 41 | 44.18 | 6.45 | - |
| YUV | 165.25 | 36.44 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 3 | 0 | 0.15 | 0.99 | 0.19 | 51.13 | 0.97 | 0.41 |
| Hex | CE | B0 | 3 | 0 | F | 63 | 13 | 33 | 61 | 29 |
| Octal | 316 | 260 | 3 | 0 | 17 | 143 | 23 | 63 | 141 | 51 |
| Binary | 11001110 | 10110000 | 11 | 0 | 1111 | 1100011 | 10011 | 110011 | 1100001 | 101001 |
Color Harmonies of #CEB003
Complementary color
Monochromatic Colors of #CEB003
Black with #CEB003
Text Example
Text Example
White with #CEB003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB003; }
p { color: rgb(206,176,3); }
H1.HeaderClassName
{
color: #CEB003;
}
.AnyTagClassName
{
color: #CEB003;
}
</style>
background-color css
<style>
a { background-color: #CEB003; }
a { background-color: rgb(206,176,3); }
div.DivClassName
{
background-color: #CEB003;
}
.BgClassName
{
background-color: #CEB003;
}
</style>
border-color css
<style>
span { border-color: #CEB003; }
span { border-color: rgb(206,176,3); }
td.TdClassName
{
border-color: #CEB003;
}
.TagClassName
{
border-color: #CEB003;
}
</style>