Shades of Barberry #DCCC23
Tints of Barberry #DCCC23
RGB
CMYK
RGB Variations
Color information
#DCCC23 (or 0xDCCC23) is known color: Barberry. HEX triplet: DC, CC and 23. RGB value is (220,204,35). Sum of RGB (Red+Green+Blue) = 220+204+35=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 35 (14.06% from 255 or 7.63% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCC23 is #2333DC. Grayscale: #BEBEBE. Windows color (decimal): -2307037 or 2346204. OLE color: 2346204.
HSL color Cylindrical-coordinate representation of color #DCCC23: hue angle of 54.81º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCCC23 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 35 | - |
| CMYK | 0 | 0.07 | 0.84 | 0.14 |
| HSL | 54.81º | 0.73% | 0.5% | - |
| HSV(B) | 54.81º | 0.84% | 0.86% | - |
| XYZ | 51.41 | 58.52 | 10.18 | - |
| YUV | 189.52 | 40.8 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 35 | 0 | 0.07 | 0.84 | 0.14 | 54.81 | 0.73 | 0.5 |
| Hex | DC | CC | 23 | 0 | 7 | 54 | E | 37 | 49 | 32 |
| Octal | 334 | 314 | 43 | 0 | 7 | 124 | 16 | 67 | 111 | 62 |
| Binary | 11011100 | 11001100 | 100011 | 0 | 111 | 1010100 | 1110 | 110111 | 1001001 | 110010 |
Color Harmonies of #DCCC23
Complementary color
Monochromatic Colors of #DCCC23
Black with #DCCC23
Text Example
Text Example
White with #DCCC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC23; }
p { color: rgb(220,204,35); }
H1.HeaderClassName
{
color: #DCCC23;
}
.AnyTagClassName
{
color: #DCCC23;
}
</style>
background-color css
<style>
a { background-color: #DCCC23; }
a { background-color: rgb(220,204,35); }
div.DivClassName
{
background-color: #DCCC23;
}
.BgClassName
{
background-color: #DCCC23;
}
</style>
border-color css
<style>
span { border-color: #DCCC23; }
span { border-color: rgb(220,204,35); }
td.TdClassName
{
border-color: #DCCC23;
}
.TagClassName
{
border-color: #DCCC23;
}
</style>