Shades of Barberry #D2CC1F
Tints of Barberry #D2CC1F
RGB
CMYK
RGB Variations
Color information
#D2CC1F (or 0xD2CC1F) is known color: Barberry. HEX triplet: D2, CC and 1F. RGB value is (210,204,31). Sum of RGB (Red+Green+Blue) = 210+204+31=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 31 (12.5% from 255 or 6.97% from 445); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CC1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2CC1F is #2D33E0. Grayscale: #BABABA. Windows color (decimal): -2962401 or 2084050. OLE color: 2084050.
HSL color Cylindrical-coordinate representation of color #D2CC1F: hue angle of 57.99º 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 #D2CC1F is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 204 | 31 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.18 |
| HSL | 57.99º | 0.74% | 0.47% | - |
| HSV(B) | 57.99º | 0.85% | 0.82% | - |
| XYZ | 48.42 | 56.99 | 9.74 | - |
| YUV | 186.07 | 40.49 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 204 | 31 | 0 | 0.03 | 0.85 | 0.18 | 57.99 | 0.74 | 0.47 |
| Hex | D2 | CC | 1F | 0 | 3 | 55 | 12 | 3A | 4A | 2F |
| Octal | 322 | 314 | 37 | 0 | 3 | 125 | 22 | 72 | 112 | 57 |
| Binary | 11010010 | 11001100 | 11111 | 0 | 11 | 1010101 | 10010 | 111010 | 1001010 | 101111 |
Color Harmonies of #D2CC1F
Complementary color
Monochromatic Colors of #D2CC1F
Black with #D2CC1F
Text Example
Text Example
White with #D2CC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CC1F; }
p { color: rgb(210,204,31); }
H1.HeaderClassName
{
color: #D2CC1F;
}
.AnyTagClassName
{
color: #D2CC1F;
}
</style>
background-color css
<style>
a { background-color: #D2CC1F; }
a { background-color: rgb(210,204,31); }
div.DivClassName
{
background-color: #D2CC1F;
}
.BgClassName
{
background-color: #D2CC1F;
}
</style>
border-color css
<style>
span { border-color: #D2CC1F; }
span { border-color: rgb(210,204,31); }
td.TdClassName
{
border-color: #D2CC1F;
}
.TagClassName
{
border-color: #D2CC1F;
}
</style>