Shades of Bird Flower #CEC80B
Tints of Bird Flower #CEC80B
RGB
CMYK
RGB Variations
Color information
#CEC80B (or 0xCEC80B) is known color: Bird Flower. HEX triplet: CE, C8 and 0B. RGB value is (206,200,11). Sum of RGB (Red+Green+Blue) = 206+200+11=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 200 (78.52% from 255 or 47.96% from 417); Blue value is 11 (4.69% from 255 or 2.64% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC80B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC80B is #3137F4. Grayscale: #B5B5B5. Windows color (decimal): -3225589 or 772302. OLE color: 772302.
HSL color Cylindrical-coordinate representation of color #CEC80B: hue angle of 58.15º 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 #CEC80B is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 11 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.19 |
| HSL | 58.15º | 0.9% | 0.43% | - |
| HSV(B) | 58.15º | 0.95% | 0.81% | - |
| XYZ | 46.17 | 54.45 | 8.39 | - |
| YUV | 180.25 | 32.49 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 11 | 0 | 0.03 | 0.95 | 0.19 | 58.15 | 0.9 | 0.43 |
| Hex | CE | C8 | B | 0 | 3 | 5F | 13 | 3A | 5A | 2B |
| Octal | 316 | 310 | 13 | 0 | 3 | 137 | 23 | 72 | 132 | 53 |
| Binary | 11001110 | 11001000 | 1011 | 0 | 11 | 1011111 | 10011 | 111010 | 1011010 | 101011 |
Color Harmonies of #CEC80B
Complementary color
Monochromatic Colors of #CEC80B
Black with #CEC80B
Text Example
Text Example
White with #CEC80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC80B; }
p { color: rgb(206,200,11); }
H1.HeaderClassName
{
color: #CEC80B;
}
.AnyTagClassName
{
color: #CEC80B;
}
</style>
background-color css
<style>
a { background-color: #CEC80B; }
a { background-color: rgb(206,200,11); }
div.DivClassName
{
background-color: #CEC80B;
}
.BgClassName
{
background-color: #CEC80B;
}
</style>
border-color css
<style>
span { border-color: #CEC80B; }
span { border-color: rgb(206,200,11); }
td.TdClassName
{
border-color: #CEC80B;
}
.TagClassName
{
border-color: #CEC80B;
}
</style>