Shades of Barberry #D2CE1D
Tints of Barberry #D2CE1D
RGB
CMYK
RGB Variations
Color information
#D2CE1D (or 0xD2CE1D) is known color: Barberry. HEX triplet: D2, CE and 1D. RGB value is (210,206,29). Sum of RGB (Red+Green+Blue) = 210+206+29=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 206 (80.86% from 255 or 46.29% from 445); Blue value is 29 (11.72% from 255 or 6.52% from 445); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CE1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2CE1D is #2D31E2. Grayscale: #BBBBBB. Windows color (decimal): -2961891 or 1953490. OLE color: 1953490.
HSL color Cylindrical-coordinate representation of color #D2CE1D: hue angle of 58.67º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D2CE1D is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 206 | 29 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.18 |
| HSL | 58.67º | 0.76% | 0.47% | - |
| HSV(B) | 58.67º | 0.86% | 0.82% | - |
| XYZ | 48.87 | 57.93 | 9.77 | - |
| YUV | 187.02 | 38.83 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 206 | 29 | 0 | 0.02 | 0.86 | 0.18 | 58.67 | 0.76 | 0.47 |
| Hex | D2 | CE | 1D | 0 | 2 | 56 | 12 | 3B | 4C | 2F |
| Octal | 322 | 316 | 35 | 0 | 2 | 126 | 22 | 73 | 114 | 57 |
| Binary | 11010010 | 11001110 | 11101 | 0 | 10 | 1010110 | 10010 | 111011 | 1001100 | 101111 |
Color Harmonies of #D2CE1D
Complementary color
Monochromatic Colors of #D2CE1D
Black with #D2CE1D
Text Example
Text Example
White with #D2CE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CE1D; }
p { color: rgb(210,206,29); }
H1.HeaderClassName
{
color: #D2CE1D;
}
.AnyTagClassName
{
color: #D2CE1D;
}
</style>
background-color css
<style>
a { background-color: #D2CE1D; }
a { background-color: rgb(210,206,29); }
div.DivClassName
{
background-color: #D2CE1D;
}
.BgClassName
{
background-color: #D2CE1D;
}
</style>
border-color css
<style>
span { border-color: #D2CE1D; }
span { border-color: rgb(210,206,29); }
td.TdClassName
{
border-color: #D2CE1D;
}
.TagClassName
{
border-color: #D2CE1D;
}
</style>