Shades of Bird Flower #CEB524
Tints of Bird Flower #CEB524
RGB
CMYK
RGB Variations
Color information
#CEB524 (or 0xCEB524) is known color: Bird Flower. HEX triplet: CE, B5 and 24. RGB value is (206,181,36). Sum of RGB (Red+Green+Blue) = 206+181+36=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 181 (71.09% from 255 or 42.79% from 423); Blue value is 36 (14.45% from 255 or 8.51% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB524 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB524 is #314ADB. Grayscale: #ACACAC. Windows color (decimal): -3230428 or 2405838. OLE color: 2405838.
HSL color Cylindrical-coordinate representation of color #CEB524: hue angle of 51.18º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CEB524 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 181 | 36 | - |
| CMYK | 0 | 0.12 | 0.83 | 0.19 |
| HSL | 51.18º | 0.7% | 0.47% | - |
| HSV(B) | 51.18º | 0.83% | 0.81% | - |
| XYZ | 42.3 | 46.3 | 8.38 | - |
| YUV | 171.95 | 51.28 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 36 | 0 | 0.12 | 0.83 | 0.19 | 51.18 | 0.7 | 0.47 |
| Hex | CE | B5 | 24 | 0 | C | 53 | 13 | 33 | 46 | 2F |
| Octal | 316 | 265 | 44 | 0 | 14 | 123 | 23 | 63 | 106 | 57 |
| Binary | 11001110 | 10110101 | 100100 | 0 | 1100 | 1010011 | 10011 | 110011 | 1000110 | 101111 |
Color Harmonies of #CEB524
Complementary color
Monochromatic Colors of #CEB524
Black with #CEB524
Text Example
Text Example
White with #CEB524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB524; }
p { color: rgb(206,181,36); }
H1.HeaderClassName
{
color: #CEB524;
}
.AnyTagClassName
{
color: #CEB524;
}
</style>
background-color css
<style>
a { background-color: #CEB524; }
a { background-color: rgb(206,181,36); }
div.DivClassName
{
background-color: #CEB524;
}
.BgClassName
{
background-color: #CEB524;
}
</style>
border-color css
<style>
span { border-color: #CEB524; }
span { border-color: rgb(206,181,36); }
td.TdClassName
{
border-color: #CEB524;
}
.TagClassName
{
border-color: #CEB524;
}
</style>