Shades of Barberry #D4CC1D
Tints of Barberry #D4CC1D
RGB
CMYK
RGB Variations
Color information
#D4CC1D (or 0xD4CC1D) is known color: Barberry. HEX triplet: D4, CC and 1D. RGB value is (212,204,29). Sum of RGB (Red+Green+Blue) = 212+204+29=445 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.64% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 29 (11.72% from 255 or 6.52% from 445); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CC1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CC1D is #2B33E2. Grayscale: #BBBBBB. Windows color (decimal): -2831331 or 1952980. OLE color: 1952980.
HSL color Cylindrical-coordinate representation of color #D4CC1D: hue angle of 57.38º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D4CC1D is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 204 | 29 | - |
| CMYK | 0 | 0.04 | 0.86 | 0.17 |
| HSL | 57.38º | 0.76% | 0.47% | - |
| HSV(B) | 57.38º | 0.86% | 0.83% | - |
| XYZ | 48.97 | 57.27 | 9.64 | - |
| YUV | 186.44 | 39.15 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 204 | 29 | 0 | 0.04 | 0.86 | 0.17 | 57.38 | 0.76 | 0.47 |
| Hex | D4 | CC | 1D | 0 | 4 | 56 | 11 | 39 | 4C | 2F |
| Octal | 324 | 314 | 35 | 0 | 4 | 126 | 21 | 71 | 114 | 57 |
| Binary | 11010100 | 11001100 | 11101 | 0 | 100 | 1010110 | 10001 | 111001 | 1001100 | 101111 |
Color Harmonies of #D4CC1D
Complementary color
Monochromatic Colors of #D4CC1D
Black with #D4CC1D
Text Example
Text Example
White with #D4CC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CC1D; }
p { color: rgb(212,204,29); }
H1.HeaderClassName
{
color: #D4CC1D;
}
.AnyTagClassName
{
color: #D4CC1D;
}
</style>
background-color css
<style>
a { background-color: #D4CC1D; }
a { background-color: rgb(212,204,29); }
div.DivClassName
{
background-color: #D4CC1D;
}
.BgClassName
{
background-color: #D4CC1D;
}
</style>
border-color css
<style>
span { border-color: #D4CC1D; }
span { border-color: rgb(212,204,29); }
td.TdClassName
{
border-color: #D4CC1D;
}
.TagClassName
{
border-color: #D4CC1D;
}
</style>