Shades of Barberry #DDC62B
Tints of Barberry #DDC62B
RGB
CMYK
RGB Variations
Color information
#DDC62B (or 0xDDC62B) is known color: Barberry. HEX triplet: DD, C6 and 2B. RGB value is (221,198,43). Sum of RGB (Red+Green+Blue) = 221+198+43=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 198 (77.73% from 255 or 42.86% from 462); Blue value is 43 (17.19% from 255 or 9.31% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC62B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC62B is #2239D4. Grayscale: #BBBBBB. Windows color (decimal): -2243029 or 2868957. OLE color: 2868957.
HSL color Cylindrical-coordinate representation of color #DDC62B: hue angle of 52.25º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDC62B is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 43 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.13 |
| HSL | 52.25º | 0.72% | 0.52% | - |
| HSV(B) | 52.25º | 0.81% | 0.87% | - |
| XYZ | 50.45 | 55.93 | 10.42 | - |
| YUV | 187.21 | 46.62 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 43 | 0 | 0.10 | 0.81 | 0.13 | 52.25 | 0.72 | 0.52 |
| Hex | DD | C6 | 2B | 0 | A | 51 | D | 34 | 48 | 34 |
| Octal | 335 | 306 | 53 | 0 | 12 | 121 | 15 | 64 | 110 | 64 |
| Binary | 11011101 | 11000110 | 101011 | 0 | 1010 | 1010001 | 1101 | 110100 | 1001000 | 110100 |
Color Harmonies of #DDC62B
Complementary color
Monochromatic Colors of #DDC62B
Black with #DDC62B
Text Example
Text Example
White with #DDC62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC62B; }
p { color: rgb(221,198,43); }
H1.HeaderClassName
{
color: #DDC62B;
}
.AnyTagClassName
{
color: #DDC62B;
}
</style>
background-color css
<style>
a { background-color: #DDC62B; }
a { background-color: rgb(221,198,43); }
div.DivClassName
{
background-color: #DDC62B;
}
.BgClassName
{
background-color: #DDC62B;
}
</style>
border-color css
<style>
span { border-color: #DDC62B; }
span { border-color: rgb(221,198,43); }
td.TdClassName
{
border-color: #DDC62B;
}
.TagClassName
{
border-color: #DDC62B;
}
</style>