Shades of Barberry #CED812
Tints of Barberry #CED812
RGB
CMYK
RGB Variations
Color information
#CED812 (or 0xCED812) is known color: Barberry. HEX triplet: CE, D8 and 12. RGB value is (206,216,18). Sum of RGB (Red+Green+Blue) = 206+216+18=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 216 (84.77% from 255 or 49.09% from 440); Blue value is 18 (7.42% from 255 or 4.09% from 440); Max value from RGB is 216 - color contains mainly: green. Hex color #CED812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED812 is #3127ED. Grayscale: #BFBFBF. Windows color (decimal): -3221486 or 1235150. OLE color: 1235150.
HSL color Cylindrical-coordinate representation of color #CED812: hue angle of 63.03º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CED812 is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 216 | 18 | - |
| CMYK | 0.05 | 0 | 0.92 | 0.15 |
| HSL | 63.03º | 0.85% | 0.46% | - |
| HSV(B) | 63.03º | 0.92% | 0.85% | - |
| XYZ | 50.12 | 62.28 | 9.95 | - |
| YUV | 190.44 | 30.69 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 216 | 18 | 0.05 | 0 | 0.92 | 0.15 | 63.03 | 0.85 | 0.46 |
| Hex | CE | D8 | 12 | 5 | 0 | 5C | F | 3F | 55 | 2E |
| Octal | 316 | 330 | 22 | 5 | 0 | 134 | 17 | 77 | 125 | 56 |
| Binary | 11001110 | 11011000 | 10010 | 101 | 0 | 1011100 | 1111 | 111111 | 1010101 | 101110 |
Color Harmonies of #CED812
Complementary color
Monochromatic Colors of #CED812
Black with #CED812
Text Example
Text Example
White with #CED812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED812; }
p { color: rgb(206,216,18); }
H1.HeaderClassName
{
color: #CED812;
}
.AnyTagClassName
{
color: #CED812;
}
</style>
background-color css
<style>
a { background-color: #CED812; }
a { background-color: rgb(206,216,18); }
div.DivClassName
{
background-color: #CED812;
}
.BgClassName
{
background-color: #CED812;
}
</style>
border-color css
<style>
span { border-color: #CED812; }
span { border-color: rgb(206,216,18); }
td.TdClassName
{
border-color: #CED812;
}
.TagClassName
{
border-color: #CED812;
}
</style>