Shades of Barberry #DCCD22
Tints of Barberry #DCCD22
RGB
CMYK
RGB Variations
Color information
#DCCD22 (or 0xDCCD22) is known color: Barberry. HEX triplet: DC, CD and 22. RGB value is (220,205,34). Sum of RGB (Red+Green+Blue) = 220+205+34=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 34 (13.67% from 255 or 7.41% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCD22 is #2332DD. Grayscale: #BEBEBE. Windows color (decimal): -2306782 or 2280924. OLE color: 2280924.
HSL color Cylindrical-coordinate representation of color #DCCD22: hue angle of 55.16º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCCD22 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 34 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.14 |
| HSL | 55.16º | 0.73% | 0.5% | - |
| HSV(B) | 55.16º | 0.85% | 0.86% | - |
| XYZ | 51.64 | 58.99 | 10.18 | - |
| YUV | 189.99 | 39.97 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 34 | 0 | 0.07 | 0.85 | 0.14 | 55.16 | 0.73 | 0.5 |
| Hex | DC | CD | 22 | 0 | 7 | 55 | E | 37 | 49 | 32 |
| Octal | 334 | 315 | 42 | 0 | 7 | 125 | 16 | 67 | 111 | 62 |
| Binary | 11011100 | 11001101 | 100010 | 0 | 111 | 1010101 | 1110 | 110111 | 1001001 | 110010 |
Color Harmonies of #DCCD22
Complementary color
Monochromatic Colors of #DCCD22
Black with #DCCD22
Text Example
Text Example
White with #DCCD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCD22; }
p { color: rgb(220,205,34); }
H1.HeaderClassName
{
color: #DCCD22;
}
.AnyTagClassName
{
color: #DCCD22;
}
</style>
background-color css
<style>
a { background-color: #DCCD22; }
a { background-color: rgb(220,205,34); }
div.DivClassName
{
background-color: #DCCD22;
}
.BgClassName
{
background-color: #DCCD22;
}
</style>
border-color css
<style>
span { border-color: #DCCD22; }
span { border-color: rgb(220,205,34); }
td.TdClassName
{
border-color: #DCCD22;
}
.TagClassName
{
border-color: #DCCD22;
}
</style>