Shades of Barberry #DDDC08
Tints of Barberry #DDDC08
RGB
CMYK
RGB Variations
Color information
#DDDC08 (or 0xDDDC08) is known color: Barberry. HEX triplet: DD, DC and 08. RGB value is (221,220,8). Sum of RGB (Red+Green+Blue) = 221+220+8=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 220 (86.33% from 255 or 49.00% from 449); Blue value is 8 (3.52% from 255 or 1.78% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDC08 is #2223F7. Grayscale: #C4C4C4. Windows color (decimal): -2237432 or 580829. OLE color: 580829.
HSL color Cylindrical-coordinate representation of color #DDDC08: hue angle of 59.72º 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 #DDDC08 is Cyan = 0, Magento = 0.00, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 8 | - |
| CMYK | 0 | 0.00 | 0.96 | 0.13 |
| HSL | 59.72º | 0.93% | 0.45% | - |
| HSV(B) | 59.72º | 0.96% | 0.87% | - |
| XYZ | 55.46 | 66.58 | 10.16 | - |
| YUV | 196.13 | 21.83 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 8 | 0 | 0.00 | 0.96 | 0.13 | 59.72 | 0.93 | 0.45 |
| Hex | DD | DC | 8 | 0 | 0 | 60 | D | 3C | 5D | 2D |
| Octal | 335 | 334 | 10 | 0 | 0 | 140 | 15 | 74 | 135 | 55 |
| Binary | 11011101 | 11011100 | 1000 | 0 | 0 | 1100000 | 1101 | 111100 | 1011101 | 101101 |
Color Harmonies of #DDDC08
Complementary color
Monochromatic Colors of #DDDC08
Black with #DDDC08
Text Example
Text Example
White with #DDDC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC08; }
p { color: rgb(221,220,8); }
H1.HeaderClassName
{
color: #DDDC08;
}
.AnyTagClassName
{
color: #DDDC08;
}
</style>
background-color css
<style>
a { background-color: #DDDC08; }
a { background-color: rgb(221,220,8); }
div.DivClassName
{
background-color: #DDDC08;
}
.BgClassName
{
background-color: #DDDC08;
}
</style>
border-color css
<style>
span { border-color: #DDDC08; }
span { border-color: rgb(221,220,8); }
td.TdClassName
{
border-color: #DDDC08;
}
.TagClassName
{
border-color: #DDDC08;
}
</style>