Shades of Bird Flower #CEB703
Tints of Bird Flower #CEB703
RGB
CMYK
RGB Variations
Color information
#CEB703 (or 0xCEB703) is known color: Bird Flower. HEX triplet: CE, B7 and 03. RGB value is (206,183,3). Sum of RGB (Red+Green+Blue) = 206+183+3=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 183 (71.88% from 255 or 46.68% from 392); Blue value is 3 (1.56% from 255 or 0.77% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB703 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB703 is #3148FC. Grayscale: #AAAAAA. Windows color (decimal): -3229949 or 243662. OLE color: 243662.
HSL color Cylindrical-coordinate representation of color #CEB703: hue angle of 53.2º 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 #CEB703 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 183 | 3 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.19 |
| HSL | 53.2º | 0.97% | 0.41% | - |
| HSV(B) | 53.2º | 0.99% | 0.81% | - |
| XYZ | 42.4 | 47 | 6.92 | - |
| YUV | 169.36 | 34.12 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 3 | 0 | 0.11 | 0.99 | 0.19 | 53.2 | 0.97 | 0.41 |
| Hex | CE | B7 | 3 | 0 | B | 63 | 13 | 35 | 61 | 29 |
| Octal | 316 | 267 | 3 | 0 | 13 | 143 | 23 | 65 | 141 | 51 |
| Binary | 11001110 | 10110111 | 11 | 0 | 1011 | 1100011 | 10011 | 110101 | 1100001 | 101001 |
Color Harmonies of #CEB703
Complementary color
Monochromatic Colors of #CEB703
Black with #CEB703
Text Example
Text Example
White with #CEB703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB703; }
p { color: rgb(206,183,3); }
H1.HeaderClassName
{
color: #CEB703;
}
.AnyTagClassName
{
color: #CEB703;
}
</style>
background-color css
<style>
a { background-color: #CEB703; }
a { background-color: rgb(206,183,3); }
div.DivClassName
{
background-color: #CEB703;
}
.BgClassName
{
background-color: #CEB703;
}
</style>
border-color css
<style>
span { border-color: #CEB703; }
span { border-color: rgb(206,183,3); }
td.TdClassName
{
border-color: #CEB703;
}
.TagClassName
{
border-color: #CEB703;
}
</style>