Shades of Barberry #D5CC28
Tints of Barberry #D5CC28
RGB
CMYK
RGB Variations
Color information
#D5CC28 (or 0xD5CC28) is known color: Barberry. HEX triplet: D5, CC and 28. RGB value is (213,204,40). Sum of RGB (Red+Green+Blue) = 213+204+40=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 40 (16.02% from 255 or 8.75% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CC28 is #2A33D7. Grayscale: #BCBCBC. Windows color (decimal): -2765784 or 2673877. OLE color: 2673877.
HSL color Cylindrical-coordinate representation of color #D5CC28: hue angle of 56.88º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D5CC28 is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 204 | 40 | - |
| CMYK | 0 | 0.04 | 0.81 | 0.16 |
| HSL | 56.88º | 0.68% | 0.5% | - |
| HSV(B) | 56.88º | 0.81% | 0.84% | - |
| XYZ | 49.42 | 57.49 | 10.5 | - |
| YUV | 188 | 44.48 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 204 | 40 | 0 | 0.04 | 0.81 | 0.16 | 56.88 | 0.68 | 0.5 |
| Hex | D5 | CC | 28 | 0 | 4 | 51 | 10 | 39 | 44 | 32 |
| Octal | 325 | 314 | 50 | 0 | 4 | 121 | 20 | 71 | 104 | 62 |
| Binary | 11010101 | 11001100 | 101000 | 0 | 100 | 1010001 | 10000 | 111001 | 1000100 | 110010 |
Color Harmonies of #D5CC28
Complementary color
Monochromatic Colors of #D5CC28
Black with #D5CC28
Text Example
Text Example
White with #D5CC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CC28; }
p { color: rgb(213,204,40); }
H1.HeaderClassName
{
color: #D5CC28;
}
.AnyTagClassName
{
color: #D5CC28;
}
</style>
background-color css
<style>
a { background-color: #D5CC28; }
a { background-color: rgb(213,204,40); }
div.DivClassName
{
background-color: #D5CC28;
}
.BgClassName
{
background-color: #D5CC28;
}
</style>
border-color css
<style>
span { border-color: #D5CC28; }
span { border-color: rgb(213,204,40); }
td.TdClassName
{
border-color: #D5CC28;
}
.TagClassName
{
border-color: #D5CC28;
}
</style>