Shades of Barberry #DDD02A
Tints of Barberry #DDD02A
RGB
CMYK
RGB Variations
Color information
#DDD02A (or 0xDDD02A) is known color: Barberry. HEX triplet: DD, D0 and 2A. RGB value is (221,208,42). Sum of RGB (Red+Green+Blue) = 221+208+42=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 42 (16.80% from 255 or 8.92% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD02A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD02A is #222FD5. Grayscale: #C1C1C1. Windows color (decimal): -2240470 or 2805981. OLE color: 2805981.
HSL color Cylindrical-coordinate representation of color #DDD02A: hue angle of 55.64º 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 #DDD02A is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 42 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.13 |
| HSL | 55.64º | 0.72% | 0.52% | - |
| HSV(B) | 55.64º | 0.81% | 0.87% | - |
| XYZ | 52.79 | 60.65 | 11.11 | - |
| YUV | 192.96 | 42.81 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 42 | 0 | 0.06 | 0.81 | 0.13 | 55.64 | 0.72 | 0.52 |
| Hex | DD | D0 | 2A | 0 | 6 | 51 | D | 38 | 48 | 34 |
| Octal | 335 | 320 | 52 | 0 | 6 | 121 | 15 | 70 | 110 | 64 |
| Binary | 11011101 | 11010000 | 101010 | 0 | 110 | 1010001 | 1101 | 111000 | 1001000 | 110100 |
Color Harmonies of #DDD02A
Complementary color
Monochromatic Colors of #DDD02A
Black with #DDD02A
Text Example
Text Example
White with #DDD02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD02A; }
p { color: rgb(221,208,42); }
H1.HeaderClassName
{
color: #DDD02A;
}
.AnyTagClassName
{
color: #DDD02A;
}
</style>
background-color css
<style>
a { background-color: #DDD02A; }
a { background-color: rgb(221,208,42); }
div.DivClassName
{
background-color: #DDD02A;
}
.BgClassName
{
background-color: #DDD02A;
}
</style>
border-color css
<style>
span { border-color: #DDD02A; }
span { border-color: rgb(221,208,42); }
td.TdClassName
{
border-color: #DDD02A;
}
.TagClassName
{
border-color: #DDD02A;
}
</style>