Shades of Bird Flower #CECB07
Tints of Bird Flower #CECB07
RGB
CMYK
RGB Variations
Color information
#CECB07 (or 0xCECB07) is known color: Bird Flower. HEX triplet: CE, CB and 07. RGB value is (206,203,7). Sum of RGB (Red+Green+Blue) = 206+203+7=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 203 (79.69% from 255 or 48.80% from 416); Blue value is 7 (3.12% from 255 or 1.68% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECB07 is #3134F8. Grayscale: #B6B6B6. Windows color (decimal): -3224825 or 510926. OLE color: 510926.
HSL color Cylindrical-coordinate representation of color #CECB07: hue angle of 59.1º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CECB07 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 7 | - |
| CMYK | 0 | 0.01 | 0.97 | 0.19 |
| HSL | 59.1º | 0.93% | 0.42% | - |
| HSV(B) | 59.1º | 0.97% | 0.81% | - |
| XYZ | 46.85 | 55.85 | 8.51 | - |
| YUV | 181.55 | 29.49 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 7 | 0 | 0.01 | 0.97 | 0.19 | 59.1 | 0.93 | 0.42 |
| Hex | CE | CB | 7 | 0 | 1 | 61 | 13 | 3B | 5D | 2A |
| Octal | 316 | 313 | 7 | 0 | 1 | 141 | 23 | 73 | 135 | 52 |
| Binary | 11001110 | 11001011 | 111 | 0 | 1 | 1100001 | 10011 | 111011 | 1011101 | 101010 |
Color Harmonies of #CECB07
Complementary color
Monochromatic Colors of #CECB07
Black with #CECB07
Text Example
Text Example
White with #CECB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECB07; }
p { color: rgb(206,203,7); }
H1.HeaderClassName
{
color: #CECB07;
}
.AnyTagClassName
{
color: #CECB07;
}
</style>
background-color css
<style>
a { background-color: #CECB07; }
a { background-color: rgb(206,203,7); }
div.DivClassName
{
background-color: #CECB07;
}
.BgClassName
{
background-color: #CECB07;
}
</style>
border-color css
<style>
span { border-color: #CECB07; }
span { border-color: rgb(206,203,7); }
td.TdClassName
{
border-color: #CECB07;
}
.TagClassName
{
border-color: #CECB07;
}
</style>