Shades of Barberry #CEC61F
Tints of Barberry #CEC61F
RGB
CMYK
RGB Variations
Color information
#CEC61F (or 0xCEC61F) is known color: Barberry. HEX triplet: CE, C6 and 1F. RGB value is (206,198,31). Sum of RGB (Red+Green+Blue) = 206+198+31=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 198 (77.73% from 255 or 45.52% from 435); Blue value is 31 (12.5% from 255 or 7.13% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC61F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC61F is #3139E0. Grayscale: #B6B6B6. Windows color (decimal): -3226081 or 2082510. OLE color: 2082510.
HSL color Cylindrical-coordinate representation of color #CEC61F: hue angle of 57.26º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CEC61F is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 31 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.19 |
| HSL | 57.26º | 0.74% | 0.46% | - |
| HSV(B) | 57.26º | 0.85% | 0.81% | - |
| XYZ | 45.9 | 53.61 | 9.22 | - |
| YUV | 181.35 | 43.15 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 31 | 0 | 0.04 | 0.85 | 0.19 | 57.26 | 0.74 | 0.46 |
| Hex | CE | C6 | 1F | 0 | 4 | 55 | 13 | 39 | 4A | 2E |
| Octal | 316 | 306 | 37 | 0 | 4 | 125 | 23 | 71 | 112 | 56 |
| Binary | 11001110 | 11000110 | 11111 | 0 | 100 | 1010101 | 10011 | 111001 | 1001010 | 101110 |
Color Harmonies of #CEC61F
Complementary color
Monochromatic Colors of #CEC61F
Black with #CEC61F
Text Example
Text Example
White with #CEC61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC61F; }
p { color: rgb(206,198,31); }
H1.HeaderClassName
{
color: #CEC61F;
}
.AnyTagClassName
{
color: #CEC61F;
}
</style>
background-color css
<style>
a { background-color: #CEC61F; }
a { background-color: rgb(206,198,31); }
div.DivClassName
{
background-color: #CEC61F;
}
.BgClassName
{
background-color: #CEC61F;
}
</style>
border-color css
<style>
span { border-color: #CEC61F; }
span { border-color: rgb(206,198,31); }
td.TdClassName
{
border-color: #CEC61F;
}
.TagClassName
{
border-color: #CEC61F;
}
</style>