Shades of Barberry #D0CC1C
Tints of Barberry #D0CC1C
RGB
CMYK
RGB Variations
Color information
#D0CC1C (or 0xD0CC1C) is known color: Barberry. HEX triplet: D0, CC and 1C. RGB value is (208,204,28). Sum of RGB (Red+Green+Blue) = 208+204+28=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 204 (80.08% from 255 or 46.36% from 440); Blue value is 28 (11.33% from 255 or 6.36% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CC1C is #2F33E3. Grayscale: #B9B9B9. Windows color (decimal): -3093476 or 1887440. OLE color: 1887440.
HSL color Cylindrical-coordinate representation of color #D0CC1C: hue angle of 58.67º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D0CC1C is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 204 | 28 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.18 |
| HSL | 58.67º | 0.76% | 0.46% | - |
| HSV(B) | 58.67º | 0.87% | 0.82% | - |
| XYZ | 47.81 | 56.68 | 9.52 | - |
| YUV | 185.13 | 39.33 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 28 | 0 | 0.02 | 0.87 | 0.18 | 58.67 | 0.76 | 0.46 |
| Hex | D0 | CC | 1C | 0 | 2 | 57 | 12 | 3B | 4C | 2E |
| Octal | 320 | 314 | 34 | 0 | 2 | 127 | 22 | 73 | 114 | 56 |
| Binary | 11010000 | 11001100 | 11100 | 0 | 10 | 1010111 | 10010 | 111011 | 1001100 | 101110 |
Color Harmonies of #D0CC1C
Complementary color
Monochromatic Colors of #D0CC1C
Black with #D0CC1C
Text Example
Text Example
White with #D0CC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CC1C; }
p { color: rgb(208,204,28); }
H1.HeaderClassName
{
color: #D0CC1C;
}
.AnyTagClassName
{
color: #D0CC1C;
}
</style>
background-color css
<style>
a { background-color: #D0CC1C; }
a { background-color: rgb(208,204,28); }
div.DivClassName
{
background-color: #D0CC1C;
}
.BgClassName
{
background-color: #D0CC1C;
}
</style>
border-color css
<style>
span { border-color: #D0CC1C; }
span { border-color: rgb(208,204,28); }
td.TdClassName
{
border-color: #D0CC1C;
}
.TagClassName
{
border-color: #D0CC1C;
}
</style>