Shades of Bird Flower #CEB603
Tints of Bird Flower #CEB603
RGB
CMYK
RGB Variations
Color information
#CEB603 (or 0xCEB603) is known color: Bird Flower. HEX triplet: CE, B6 and 03. RGB value is (206,182,3). Sum of RGB (Red+Green+Blue) = 206+182+3=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 182 (71.48% from 255 or 46.55% from 391); Blue value is 3 (1.56% from 255 or 0.77% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB603 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB603 is #3149FC. Grayscale: #A9A9A9. Windows color (decimal): -3230205 or 243406. OLE color: 243406.
HSL color Cylindrical-coordinate representation of color #CEB603: hue angle of 52.91º 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 #CEB603 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 182 | 3 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.19 |
| HSL | 52.91º | 0.97% | 0.41% | - |
| HSV(B) | 52.91º | 0.99% | 0.81% | - |
| XYZ | 42.2 | 46.58 | 6.85 | - |
| YUV | 168.77 | 34.45 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 182 | 3 | 0 | 0.12 | 0.99 | 0.19 | 52.91 | 0.97 | 0.41 |
| Hex | CE | B6 | 3 | 0 | C | 63 | 13 | 35 | 61 | 29 |
| Octal | 316 | 266 | 3 | 0 | 14 | 143 | 23 | 65 | 141 | 51 |
| Binary | 11001110 | 10110110 | 11 | 0 | 1100 | 1100011 | 10011 | 110101 | 1100001 | 101001 |
Color Harmonies of #CEB603
Complementary color
Monochromatic Colors of #CEB603
Black with #CEB603
Text Example
Text Example
White with #CEB603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB603; }
p { color: rgb(206,182,3); }
H1.HeaderClassName
{
color: #CEB603;
}
.AnyTagClassName
{
color: #CEB603;
}
</style>
background-color css
<style>
a { background-color: #CEB603; }
a { background-color: rgb(206,182,3); }
div.DivClassName
{
background-color: #CEB603;
}
.BgClassName
{
background-color: #CEB603;
}
</style>
border-color css
<style>
span { border-color: #CEB603; }
span { border-color: rgb(206,182,3); }
td.TdClassName
{
border-color: #CEB603;
}
.TagClassName
{
border-color: #CEB603;
}
</style>