Shades of Bird Flower #CECB0B
Tints of Bird Flower #CECB0B
RGB
CMYK
RGB Variations
Color information
#CECB0B (or 0xCECB0B) is known color: Bird Flower. HEX triplet: CE, CB and 0B. RGB value is (206,203,11). Sum of RGB (Red+Green+Blue) = 206+203+11=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 203 (79.69% from 255 or 48.33% from 420); Blue value is 11 (4.69% from 255 or 2.62% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECB0B is #3134F4. Grayscale: #B6B6B6. Windows color (decimal): -3224821 or 773070. OLE color: 773070.
HSL color Cylindrical-coordinate representation of color #CECB0B: hue angle of 59.08º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CECB0B is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 11 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.19 |
| HSL | 59.08º | 0.9% | 0.43% | - |
| HSV(B) | 59.08º | 0.95% | 0.81% | - |
| XYZ | 46.87 | 55.86 | 8.63 | - |
| YUV | 182.01 | 31.49 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 11 | 0 | 0.01 | 0.95 | 0.19 | 59.08 | 0.9 | 0.43 |
| Hex | CE | CB | B | 0 | 1 | 5F | 13 | 3B | 5A | 2B |
| Octal | 316 | 313 | 13 | 0 | 1 | 137 | 23 | 73 | 132 | 53 |
| Binary | 11001110 | 11001011 | 1011 | 0 | 1 | 1011111 | 10011 | 111011 | 1011010 | 101011 |
Color Harmonies of #CECB0B
Complementary color
Monochromatic Colors of #CECB0B
Black with #CECB0B
Text Example
Text Example
White with #CECB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECB0B; }
p { color: rgb(206,203,11); }
H1.HeaderClassName
{
color: #CECB0B;
}
.AnyTagClassName
{
color: #CECB0B;
}
</style>
background-color css
<style>
a { background-color: #CECB0B; }
a { background-color: rgb(206,203,11); }
div.DivClassName
{
background-color: #CECB0B;
}
.BgClassName
{
background-color: #CECB0B;
}
</style>
border-color css
<style>
span { border-color: #CECB0B; }
span { border-color: rgb(206,203,11); }
td.TdClassName
{
border-color: #CECB0B;
}
.TagClassName
{
border-color: #CECB0B;
}
</style>