Shades of Barberry #D2CD1F
Tints of Barberry #D2CD1F
RGB
CMYK
RGB Variations
Color information
#D2CD1F (or 0xD2CD1F) is known color: Barberry. HEX triplet: D2, CD and 1F. RGB value is (210,205,31). Sum of RGB (Red+Green+Blue) = 210+205+31=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 205 (80.47% from 255 or 45.96% from 446); Blue value is 31 (12.5% from 255 or 6.95% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CD1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2CD1F is #2D32E0. Grayscale: #BBBBBB. Windows color (decimal): -2962145 or 2084306. OLE color: 2084306.
HSL color Cylindrical-coordinate representation of color #D2CD1F: hue angle of 58.32º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D2CD1F is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 205 | 31 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.18 |
| HSL | 58.32º | 0.74% | 0.47% | - |
| HSV(B) | 58.32º | 0.85% | 0.82% | - |
| XYZ | 48.66 | 57.46 | 9.82 | - |
| YUV | 186.66 | 40.16 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 205 | 31 | 0 | 0.02 | 0.85 | 0.18 | 58.32 | 0.74 | 0.47 |
| Hex | D2 | CD | 1F | 0 | 2 | 55 | 12 | 3A | 4A | 2F |
| Octal | 322 | 315 | 37 | 0 | 2 | 125 | 22 | 72 | 112 | 57 |
| Binary | 11010010 | 11001101 | 11111 | 0 | 10 | 1010101 | 10010 | 111010 | 1001010 | 101111 |
Color Harmonies of #D2CD1F
Complementary color
Monochromatic Colors of #D2CD1F
Black with #D2CD1F
Text Example
Text Example
White with #D2CD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CD1F; }
p { color: rgb(210,205,31); }
H1.HeaderClassName
{
color: #D2CD1F;
}
.AnyTagClassName
{
color: #D2CD1F;
}
</style>
background-color css
<style>
a { background-color: #D2CD1F; }
a { background-color: rgb(210,205,31); }
div.DivClassName
{
background-color: #D2CD1F;
}
.BgClassName
{
background-color: #D2CD1F;
}
</style>
border-color css
<style>
span { border-color: #D2CD1F; }
span { border-color: rgb(210,205,31); }
td.TdClassName
{
border-color: #D2CD1F;
}
.TagClassName
{
border-color: #D2CD1F;
}
</style>