Shades of Barberry #DDDD08
Tints of Barberry #DDDD08
RGB
CMYK
RGB Variations
Color information
#DDDD08 (or 0xDDDD08) is known color: Barberry. HEX triplet: DD, DD and 08. RGB value is (221,221,8). Sum of RGB (Red+Green+Blue) = 221+221+8=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 221 (86.72% from 255 or 49.11% from 450); Blue value is 8 (3.52% from 255 or 1.78% from 450); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDD08 is #2222F7. Grayscale: #C5C5C5. Windows color (decimal): -2237176 or 581085. OLE color: 581085.
HSL color Cylindrical-coordinate representation of color #DDDD08: hue angle of 60º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DDDD08 is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 8 | - |
| CMYK | 0 | 0 | 0.96 | 0.13 |
| HSL | 60º | 0.93% | 0.45% | - |
| HSV(B) | 60º | 0.96% | 0.87% | - |
| XYZ | 55.72 | 67.1 | 10.25 | - |
| YUV | 196.72 | 21.5 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 8 | 0 | 0 | 0.96 | 0.13 | 60 | 0.93 | 0.45 |
| Hex | DD | DD | 8 | 0 | 0 | 60 | D | 3C | 5D | 2D |
| Octal | 335 | 335 | 10 | 0 | 0 | 140 | 15 | 74 | 135 | 55 |
| Binary | 11011101 | 11011101 | 1000 | 0 | 0 | 1100000 | 1101 | 111100 | 1011101 | 101101 |
Color Harmonies of #DDDD08
Complementary color
Monochromatic Colors of #DDDD08
Black with #DDDD08
Text Example
Text Example
White with #DDDD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD08; }
p { color: rgb(221,221,8); }
H1.HeaderClassName
{
color: #DDDD08;
}
.AnyTagClassName
{
color: #DDDD08;
}
</style>
background-color css
<style>
a { background-color: #DDDD08; }
a { background-color: rgb(221,221,8); }
div.DivClassName
{
background-color: #DDDD08;
}
.BgClassName
{
background-color: #DDDD08;
}
</style>
border-color css
<style>
span { border-color: #DDDD08; }
span { border-color: rgb(221,221,8); }
td.TdClassName
{
border-color: #DDDD08;
}
.TagClassName
{
border-color: #DDDD08;
}
</style>