Shades of Barberry #CECD1F
Tints of Barberry #CECD1F
RGB
CMYK
RGB Variations
Color information
#CECD1F (or 0xCECD1F) is known color: Barberry. HEX triplet: CE, CD and 1F. RGB value is (206,205,31). Sum of RGB (Red+Green+Blue) = 206+205+31=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 205 (80.47% from 255 or 46.38% from 442); Blue value is 31 (12.5% from 255 or 7.01% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECD1F is #3132E0. Grayscale: #BABABA. Windows color (decimal): -3224289 or 2084302. OLE color: 2084302.
HSL color Cylindrical-coordinate representation of color #CECD1F: hue angle of 59.66º 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 #CECD1F is Cyan = 0, Magento = 0.00, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 31 | - |
| CMYK | 0 | 0.00 | 0.85 | 0.19 |
| HSL | 59.66º | 0.74% | 0.46% | - |
| HSV(B) | 59.66º | 0.85% | 0.81% | - |
| XYZ | 47.53 | 56.88 | 9.77 | - |
| YUV | 185.46 | 40.83 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 31 | 0 | 0.00 | 0.85 | 0.19 | 59.66 | 0.74 | 0.46 |
| Hex | CE | CD | 1F | 0 | 0 | 55 | 13 | 3C | 4A | 2E |
| Octal | 316 | 315 | 37 | 0 | 0 | 125 | 23 | 74 | 112 | 56 |
| Binary | 11001110 | 11001101 | 11111 | 0 | 0 | 1010101 | 10011 | 111100 | 1001010 | 101110 |
Color Harmonies of #CECD1F
Complementary color
Monochromatic Colors of #CECD1F
Black with #CECD1F
Text Example
Text Example
White with #CECD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECD1F; }
p { color: rgb(206,205,31); }
H1.HeaderClassName
{
color: #CECD1F;
}
.AnyTagClassName
{
color: #CECD1F;
}
</style>
background-color css
<style>
a { background-color: #CECD1F; }
a { background-color: rgb(206,205,31); }
div.DivClassName
{
background-color: #CECD1F;
}
.BgClassName
{
background-color: #CECD1F;
}
</style>
border-color css
<style>
span { border-color: #CECD1F; }
span { border-color: rgb(206,205,31); }
td.TdClassName
{
border-color: #CECD1F;
}
.TagClassName
{
border-color: #CECD1F;
}
</style>