Shades of Barberry #D4CC1C
Tints of Barberry #D4CC1C
RGB
CMYK
RGB Variations
Color information
#D4CC1C (or 0xD4CC1C) is known color: Barberry. HEX triplet: D4, CC and 1C. RGB value is (212,204,28). Sum of RGB (Red+Green+Blue) = 212+204+28=444 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.75% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 28 (11.33% from 255 or 6.31% from 444); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CC1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CC1C is #2B33E3. Grayscale: #BBBBBB. Windows color (decimal): -2831332 or 1887444. OLE color: 1887444.
HSL color Cylindrical-coordinate representation of color #D4CC1C: hue angle of 57.39º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D4CC1C is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 204 | 28 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.17 |
| HSL | 57.39º | 0.77% | 0.47% | - |
| HSV(B) | 57.39º | 0.87% | 0.83% | - |
| XYZ | 48.95 | 57.27 | 9.57 | - |
| YUV | 186.33 | 38.65 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 204 | 28 | 0 | 0.04 | 0.87 | 0.17 | 57.39 | 0.77 | 0.47 |
| Hex | D4 | CC | 1C | 0 | 4 | 57 | 11 | 39 | 4D | 2F |
| Octal | 324 | 314 | 34 | 0 | 4 | 127 | 21 | 71 | 115 | 57 |
| Binary | 11010100 | 11001100 | 11100 | 0 | 100 | 1010111 | 10001 | 111001 | 1001101 | 101111 |
Color Harmonies of #D4CC1C
Complementary color
Monochromatic Colors of #D4CC1C
Black with #D4CC1C
Text Example
Text Example
White with #D4CC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CC1C; }
p { color: rgb(212,204,28); }
H1.HeaderClassName
{
color: #D4CC1C;
}
.AnyTagClassName
{
color: #D4CC1C;
}
</style>
background-color css
<style>
a { background-color: #D4CC1C; }
a { background-color: rgb(212,204,28); }
div.DivClassName
{
background-color: #D4CC1C;
}
.BgClassName
{
background-color: #D4CC1C;
}
</style>
border-color css
<style>
span { border-color: #D4CC1C; }
span { border-color: rgb(212,204,28); }
td.TdClassName
{
border-color: #D4CC1C;
}
.TagClassName
{
border-color: #D4CC1C;
}
</style>