Shades of Barberry #D8CB23
Tints of Barberry #D8CB23
RGB
CMYK
RGB Variations
Color information
#D8CB23 (or 0xD8CB23) is known color: Barberry. HEX triplet: D8, CB and 23. RGB value is (216,203,35). Sum of RGB (Red+Green+Blue) = 216+203+35=454 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.58% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 35 (14.06% from 255 or 7.71% from 454); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CB23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CB23 is #2734DC. Grayscale: #BCBCBC. Windows color (decimal): -2569437 or 2345944. OLE color: 2345944.
HSL color Cylindrical-coordinate representation of color #D8CB23: hue angle of 55.69º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D8CB23 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 203 | 35 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.15 |
| HSL | 55.69º | 0.72% | 0.49% | - |
| HSV(B) | 55.69º | 0.84% | 0.85% | - |
| XYZ | 49.98 | 57.43 | 10.04 | - |
| YUV | 187.74 | 41.81 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 203 | 35 | 0 | 0.06 | 0.84 | 0.15 | 55.69 | 0.72 | 0.49 |
| Hex | D8 | CB | 23 | 0 | 6 | 54 | F | 38 | 48 | 31 |
| Octal | 330 | 313 | 43 | 0 | 6 | 124 | 17 | 70 | 110 | 61 |
| Binary | 11011000 | 11001011 | 100011 | 0 | 110 | 1010100 | 1111 | 111000 | 1001000 | 110001 |
Color Harmonies of #D8CB23
Complementary color
Monochromatic Colors of #D8CB23
Black with #D8CB23
Text Example
Text Example
White with #D8CB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CB23; }
p { color: rgb(216,203,35); }
H1.HeaderClassName
{
color: #D8CB23;
}
.AnyTagClassName
{
color: #D8CB23;
}
</style>
background-color css
<style>
a { background-color: #D8CB23; }
a { background-color: rgb(216,203,35); }
div.DivClassName
{
background-color: #D8CB23;
}
.BgClassName
{
background-color: #D8CB23;
}
</style>
border-color css
<style>
span { border-color: #D8CB23; }
span { border-color: rgb(216,203,35); }
td.TdClassName
{
border-color: #D8CB23;
}
.TagClassName
{
border-color: #D8CB23;
}
</style>