Shades of Barberry #D9CC18
Tints of Barberry #D9CC18
RGB
CMYK
RGB Variations
Color information
#D9CC18 (or 0xD9CC18) is known color: Barberry. HEX triplet: D9, CC and 18. RGB value is (217,204,24). Sum of RGB (Red+Green+Blue) = 217+204+24=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 24 (9.77% from 255 or 5.39% from 445); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CC18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9CC18 is #2633E7. Grayscale: #BCBCBC. Windows color (decimal): -2503656 or 1625305. OLE color: 1625305.
HSL color Cylindrical-coordinate representation of color #D9CC18: hue angle of 55.96º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D9CC18 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 204 | 24 | - |
| CMYK | 0 | 0.06 | 0.89 | 0.15 |
| HSL | 55.96º | 0.8% | 0.47% | - |
| HSV(B) | 55.96º | 0.89% | 0.85% | - |
| XYZ | 50.37 | 58 | 9.4 | - |
| YUV | 187.37 | 35.81 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 204 | 24 | 0 | 0.06 | 0.89 | 0.15 | 55.96 | 0.8 | 0.47 |
| Hex | D9 | CC | 18 | 0 | 6 | 59 | F | 38 | 50 | 2F |
| Octal | 331 | 314 | 30 | 0 | 6 | 131 | 17 | 70 | 120 | 57 |
| Binary | 11011001 | 11001100 | 11000 | 0 | 110 | 1011001 | 1111 | 111000 | 1010000 | 101111 |
Color Harmonies of #D9CC18
Complementary color
Monochromatic Colors of #D9CC18
Black with #D9CC18
Text Example
Text Example
White with #D9CC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CC18; }
p { color: rgb(217,204,24); }
H1.HeaderClassName
{
color: #D9CC18;
}
.AnyTagClassName
{
color: #D9CC18;
}
</style>
background-color css
<style>
a { background-color: #D9CC18; }
a { background-color: rgb(217,204,24); }
div.DivClassName
{
background-color: #D9CC18;
}
.BgClassName
{
background-color: #D9CC18;
}
</style>
border-color css
<style>
span { border-color: #D9CC18; }
span { border-color: rgb(217,204,24); }
td.TdClassName
{
border-color: #D9CC18;
}
.TagClassName
{
border-color: #D9CC18;
}
</style>