Shades of Barberry #CEC32B
Tints of Barberry #CEC32B
RGB
CMYK
RGB Variations
Color information
#CEC32B (or 0xCEC32B) is known color: Barberry. HEX triplet: CE, C3 and 2B. RGB value is (206,195,43). Sum of RGB (Red+Green+Blue) = 206+195+43=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 195 (76.56% from 255 or 43.92% from 444); Blue value is 43 (17.19% from 255 or 9.68% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC32B is #313CD4. Grayscale: #B5B5B5. Windows color (decimal): -3226837 or 2868174. OLE color: 2868174.
HSL color Cylindrical-coordinate representation of color #CEC32B: hue angle of 55.95º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CEC32B is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 195 | 43 | - |
CMYK | 0 | 0.05 | 0.79 | 0.19 |
HSL | 55.95º | 0.65% | 0.49% | - |
HSV(B) | 55.95º | 0.79% | 0.81% | - |
XYZ | 45.4 | 52.33 | 9.99 | - |
YUV | 180.96 | 50.14 | 145.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 195 | 43 | 0 | 0.05 | 0.79 | 0.19 | 55.95 | 0.65 | 0.49 |
Hex | CE | C3 | 2B | 0 | 5 | 4F | 13 | 38 | 41 | 31 |
Octal | 316 | 303 | 53 | 0 | 5 | 117 | 23 | 70 | 101 | 61 |
Binary | 11001110 | 11000011 | 101011 | 0 | 101 | 1001111 | 10011 | 111000 | 1000001 | 110001 |
Color Harmonies of #CEC32B
Complementary color
Monochromatic Colors of #CEC32B
Black with #CEC32B
Text Example
Text Example
White with #CEC32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC32B; }
p { color: rgb(206,195,43); }
H1.HeaderClassName
{
color: #CEC32B;
}
.AnyTagClassName
{
color: #CEC32B;
}
</style>
background-color css
<style>
a { background-color: #CEC32B; }
a { background-color: rgb(206,195,43); }
div.DivClassName
{
background-color: #CEC32B;
}
.BgClassName
{
background-color: #CEC32B;
}
</style>
border-color css
<style>
span { border-color: #CEC32B; }
span { border-color: rgb(206,195,43); }
td.TdClassName
{
border-color: #CEC32B;
}
.TagClassName
{
border-color: #CEC32B;
}
</style>