Shades of Bird Flower #CEB303
Tints of Bird Flower #CEB303
RGB
CMYK
RGB Variations
Color information
#CEB303 (or 0xCEB303) is known color: Bird Flower. HEX triplet: CE, B3 and 03. RGB value is (206,179,3). Sum of RGB (Red+Green+Blue) = 206+179+3=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 179 (70.31% from 255 or 46.13% from 388); Blue value is 3 (1.56% from 255 or 0.77% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB303 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB303 is #314CFC. Grayscale: #A7A7A7. Windows color (decimal): -3230973 or 242638. OLE color: 242638.
HSL color Cylindrical-coordinate representation of color #CEB303: hue angle of 52.02º 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 #CEB303 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 179 | 3 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.19 |
| HSL | 52.02º | 0.97% | 0.41% | - |
| HSV(B) | 52.02º | 0.99% | 0.81% | - |
| XYZ | 41.59 | 45.37 | 6.65 | - |
| YUV | 167.01 | 35.45 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 179 | 3 | 0 | 0.13 | 0.99 | 0.19 | 52.02 | 0.97 | 0.41 |
| Hex | CE | B3 | 3 | 0 | D | 63 | 13 | 34 | 61 | 29 |
| Octal | 316 | 263 | 3 | 0 | 15 | 143 | 23 | 64 | 141 | 51 |
| Binary | 11001110 | 10110011 | 11 | 0 | 1101 | 1100011 | 10011 | 110100 | 1100001 | 101001 |
Color Harmonies of #CEB303
Complementary color
Monochromatic Colors of #CEB303
Black with #CEB303
Text Example
Text Example
White with #CEB303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB303; }
p { color: rgb(206,179,3); }
H1.HeaderClassName
{
color: #CEB303;
}
.AnyTagClassName
{
color: #CEB303;
}
</style>
background-color css
<style>
a { background-color: #CEB303; }
a { background-color: rgb(206,179,3); }
div.DivClassName
{
background-color: #CEB303;
}
.BgClassName
{
background-color: #CEB303;
}
</style>
border-color css
<style>
span { border-color: #CEB303; }
span { border-color: rgb(206,179,3); }
td.TdClassName
{
border-color: #CEB303;
}
.TagClassName
{
border-color: #CEB303;
}
</style>