Shades of Bird Flower #CEB403
Tints of Bird Flower #CEB403
RGB
CMYK
RGB Variations
Color information
#CEB403 (or 0xCEB403) is known color: Bird Flower. HEX triplet: CE, B4 and 03. RGB value is (206,180,3). Sum of RGB (Red+Green+Blue) = 206+180+3=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 180 (70.70% from 255 or 46.27% from 389); Blue value is 3 (1.56% from 255 or 0.77% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB403 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB403 is #314BFC. Grayscale: #A8A8A8. Windows color (decimal): -3230717 or 242894. OLE color: 242894.
HSL color Cylindrical-coordinate representation of color #CEB403: hue angle of 52.32º 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 #CEB403 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 180 | 3 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.19 |
| HSL | 52.32º | 0.97% | 0.41% | - |
| HSV(B) | 52.32º | 0.99% | 0.81% | - |
| XYZ | 41.79 | 45.77 | 6.72 | - |
| YUV | 167.6 | 35.11 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 180 | 3 | 0 | 0.13 | 0.99 | 0.19 | 52.32 | 0.97 | 0.41 |
| Hex | CE | B4 | 3 | 0 | D | 63 | 13 | 34 | 61 | 29 |
| Octal | 316 | 264 | 3 | 0 | 15 | 143 | 23 | 64 | 141 | 51 |
| Binary | 11001110 | 10110100 | 11 | 0 | 1101 | 1100011 | 10011 | 110100 | 1100001 | 101001 |
Color Harmonies of #CEB403
Complementary color
Monochromatic Colors of #CEB403
Black with #CEB403
Text Example
Text Example
White with #CEB403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB403; }
p { color: rgb(206,180,3); }
H1.HeaderClassName
{
color: #CEB403;
}
.AnyTagClassName
{
color: #CEB403;
}
</style>
background-color css
<style>
a { background-color: #CEB403; }
a { background-color: rgb(206,180,3); }
div.DivClassName
{
background-color: #CEB403;
}
.BgClassName
{
background-color: #CEB403;
}
</style>
border-color css
<style>
span { border-color: #CEB403; }
span { border-color: rgb(206,180,3); }
td.TdClassName
{
border-color: #CEB403;
}
.TagClassName
{
border-color: #CEB403;
}
</style>