Shades of Bird Flower #CEB30B
Tints of Bird Flower #CEB30B
RGB
CMYK
RGB Variations
Color information
#CEB30B (or 0xCEB30B) is known color: Bird Flower. HEX triplet: CE, B3 and 0B. RGB value is (206,179,11). Sum of RGB (Red+Green+Blue) = 206+179+11=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 179 (70.31% from 255 or 45.20% from 396); Blue value is 11 (4.69% from 255 or 2.78% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB30B is #314CF4. Grayscale: #A8A8A8. Windows color (decimal): -3230965 or 766926. OLE color: 766926.
HSL color Cylindrical-coordinate representation of color #CEB30B: hue angle of 51.69º 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 #CEB30B is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 179 | 11 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.19 |
| HSL | 51.69º | 0.9% | 0.43% | - |
| HSV(B) | 51.69º | 0.95% | 0.81% | - |
| XYZ | 41.63 | 45.39 | 6.88 | - |
| YUV | 167.92 | 39.45 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 179 | 11 | 0 | 0.13 | 0.95 | 0.19 | 51.69 | 0.9 | 0.43 |
| Hex | CE | B3 | B | 0 | D | 5F | 13 | 34 | 5A | 2B |
| Octal | 316 | 263 | 13 | 0 | 15 | 137 | 23 | 64 | 132 | 53 |
| Binary | 11001110 | 10110011 | 1011 | 0 | 1101 | 1011111 | 10011 | 110100 | 1011010 | 101011 |
Color Harmonies of #CEB30B
Complementary color
Monochromatic Colors of #CEB30B
Black with #CEB30B
Text Example
Text Example
White with #CEB30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB30B; }
p { color: rgb(206,179,11); }
H1.HeaderClassName
{
color: #CEB30B;
}
.AnyTagClassName
{
color: #CEB30B;
}
</style>
background-color css
<style>
a { background-color: #CEB30B; }
a { background-color: rgb(206,179,11); }
div.DivClassName
{
background-color: #CEB30B;
}
.BgClassName
{
background-color: #CEB30B;
}
</style>
border-color css
<style>
span { border-color: #CEB30B; }
span { border-color: rgb(206,179,11); }
td.TdClassName
{
border-color: #CEB30B;
}
.TagClassName
{
border-color: #CEB30B;
}
</style>