Shades of Bird Flower #CEBC03
Tints of Bird Flower #CEBC03
RGB
CMYK
RGB Variations
Color information
#CEBC03 (or 0xCEBC03) is known color: Bird Flower. HEX triplet: CE, BC and 03. RGB value is (206,188,3). Sum of RGB (Red+Green+Blue) = 206+188+3=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 3 (1.56% from 255 or 0.76% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBC03 is #3143FC. Grayscale: #ADADAD. Windows color (decimal): -3228669 or 244942. OLE color: 244942.
HSL color Cylindrical-coordinate representation of color #CEBC03: hue angle of 54.68º 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 #CEBC03 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 188 | 3 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.19 |
| HSL | 54.68º | 0.97% | 0.41% | - |
| HSV(B) | 54.68º | 0.99% | 0.81% | - |
| XYZ | 43.45 | 49.09 | 7.27 | - |
| YUV | 172.29 | 32.46 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 188 | 3 | 0 | 0.09 | 0.99 | 0.19 | 54.68 | 0.97 | 0.41 |
| Hex | CE | BC | 3 | 0 | 9 | 63 | 13 | 37 | 61 | 29 |
| Octal | 316 | 274 | 3 | 0 | 11 | 143 | 23 | 67 | 141 | 51 |
| Binary | 11001110 | 10111100 | 11 | 0 | 1001 | 1100011 | 10011 | 110111 | 1100001 | 101001 |
Color Harmonies of #CEBC03
Complementary color
Monochromatic Colors of #CEBC03
Black with #CEBC03
Text Example
Text Example
White with #CEBC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBC03; }
p { color: rgb(206,188,3); }
H1.HeaderClassName
{
color: #CEBC03;
}
.AnyTagClassName
{
color: #CEBC03;
}
</style>
background-color css
<style>
a { background-color: #CEBC03; }
a { background-color: rgb(206,188,3); }
div.DivClassName
{
background-color: #CEBC03;
}
.BgClassName
{
background-color: #CEBC03;
}
</style>
border-color css
<style>
span { border-color: #CEBC03; }
span { border-color: rgb(206,188,3); }
td.TdClassName
{
border-color: #CEBC03;
}
.TagClassName
{
border-color: #CEBC03;
}
</style>