Shades of Barberry #CED027
Tints of Barberry #CED027
RGB
CMYK
RGB Variations
Color information
#CED027 (or 0xCED027) is known color: Barberry. HEX triplet: CE, D0 and 27. RGB value is (206,208,39). Sum of RGB (Red+Green+Blue) = 206+208+39=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 208 (81.64% from 255 or 45.92% from 453); Blue value is 39 (15.62% from 255 or 8.61% from 453); Max value from RGB is 208 - color contains mainly: green. Hex color #CED027 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED027 is #312FD8. Grayscale: #BCBCBC. Windows color (decimal): -3223513 or 2609358. OLE color: 2609358.
HSL color Cylindrical-coordinate representation of color #CED027: hue angle of 60.71º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CED027 is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 39 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.18 |
| HSL | 60.71º | 0.68% | 0.48% | - |
| HSV(B) | 60.71º | 0.81% | 0.82% | - |
| XYZ | 48.38 | 58.38 | 10.64 | - |
| YUV | 188.14 | 43.84 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 39 | 0.01 | 0 | 0.81 | 0.18 | 60.71 | 0.68 | 0.48 |
| Hex | CE | D0 | 27 | 1 | 0 | 51 | 12 | 3D | 44 | 30 |
| Octal | 316 | 320 | 47 | 1 | 0 | 121 | 22 | 75 | 104 | 60 |
| Binary | 11001110 | 11010000 | 100111 | 1 | 0 | 1010001 | 10010 | 111101 | 1000100 | 110000 |
Color Harmonies of #CED027
Complementary color
Monochromatic Colors of #CED027
Black with #CED027
Text Example
Text Example
White with #CED027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED027; }
p { color: rgb(206,208,39); }
H1.HeaderClassName
{
color: #CED027;
}
.AnyTagClassName
{
color: #CED027;
}
</style>
background-color css
<style>
a { background-color: #CED027; }
a { background-color: rgb(206,208,39); }
div.DivClassName
{
background-color: #CED027;
}
.BgClassName
{
background-color: #CED027;
}
</style>
border-color css
<style>
span { border-color: #CED027; }
span { border-color: rgb(206,208,39); }
td.TdClassName
{
border-color: #CED027;
}
.TagClassName
{
border-color: #CED027;
}
</style>