Shades of Bird Flower #CECB02
Tints of Bird Flower #CECB02
RGB
CMYK
RGB Variations
Color information
#CECB02 (or 0xCECB02) is known color: Bird Flower. HEX triplet: CE, CB and 02. RGB value is (206,203,2). Sum of RGB (Red+Green+Blue) = 206+203+2=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 203 (79.69% from 255 or 49.39% from 411); Blue value is 2 (1.17% from 255 or 0.49% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECB02 is #3134FD. Grayscale: #B5B5B5. Windows color (decimal): -3224830 or 183246. OLE color: 183246.
HSL color Cylindrical-coordinate representation of color #CECB02: hue angle of 59.12º degrees, saturation: 0.98, 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 #CECB02 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 2 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.19 |
| HSL | 59.12º | 0.98% | 0.41% | - |
| HSV(B) | 59.12º | 0.99% | 0.81% | - |
| XYZ | 46.82 | 55.84 | 8.37 | - |
| YUV | 180.98 | 26.99 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 2 | 0 | 0.01 | 0.99 | 0.19 | 59.12 | 0.98 | 0.41 |
| Hex | CE | CB | 2 | 0 | 1 | 63 | 13 | 3B | 62 | 29 |
| Octal | 316 | 313 | 2 | 0 | 1 | 143 | 23 | 73 | 142 | 51 |
| Binary | 11001110 | 11001011 | 10 | 0 | 1 | 1100011 | 10011 | 111011 | 1100010 | 101001 |
Color Harmonies of #CECB02
Complementary color
Monochromatic Colors of #CECB02
Black with #CECB02
Text Example
Text Example
White with #CECB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECB02; }
p { color: rgb(206,203,2); }
H1.HeaderClassName
{
color: #CECB02;
}
.AnyTagClassName
{
color: #CECB02;
}
</style>
background-color css
<style>
a { background-color: #CECB02; }
a { background-color: rgb(206,203,2); }
div.DivClassName
{
background-color: #CECB02;
}
.BgClassName
{
background-color: #CECB02;
}
</style>
border-color css
<style>
span { border-color: #CECB02; }
span { border-color: rgb(206,203,2); }
td.TdClassName
{
border-color: #CECB02;
}
.TagClassName
{
border-color: #CECB02;
}
</style>