Shades of Barberry #DDDF16
Tints of Barberry #DDDF16
RGB
CMYK
RGB Variations
Color information
#DDDF16 (or 0xDDDF16) is known color: Barberry. HEX triplet: DD, DF and 16. RGB value is (221,223,22). Sum of RGB (Red+Green+Blue) = 221+223+22=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 22 (8.98% from 255 or 4.72% from 466); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDF16 is #2220E9. Grayscale: #C8C8C8. Windows color (decimal): -2236650 or 1499101. OLE color: 1499101.
HSL color Cylindrical-coordinate representation of color #DDDF16: hue angle of 60.6º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDDF16 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 223 | 22 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.13 |
| HSL | 60.6º | 0.82% | 0.48% | - |
| HSV(B) | 60.6º | 0.9% | 0.87% | - |
| XYZ | 56.35 | 68.21 | 10.95 | - |
| YUV | 199.49 | 27.84 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 223 | 22 | 0.01 | 0 | 0.90 | 0.13 | 60.6 | 0.82 | 0.48 |
| Hex | DD | DF | 16 | 1 | 0 | 5A | D | 3D | 52 | 30 |
| Octal | 335 | 337 | 26 | 1 | 0 | 132 | 15 | 75 | 122 | 60 |
| Binary | 11011101 | 11011111 | 10110 | 1 | 0 | 1011010 | 1101 | 111101 | 1010010 | 110000 |
Color Harmonies of #DDDF16
Complementary color
Monochromatic Colors of #DDDF16
Black with #DDDF16
Text Example
Text Example
White with #DDDF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDF16; }
p { color: rgb(221,223,22); }
H1.HeaderClassName
{
color: #DDDF16;
}
.AnyTagClassName
{
color: #DDDF16;
}
</style>
background-color css
<style>
a { background-color: #DDDF16; }
a { background-color: rgb(221,223,22); }
div.DivClassName
{
background-color: #DDDF16;
}
.BgClassName
{
background-color: #DDDF16;
}
</style>
border-color css
<style>
span { border-color: #DDDF16; }
span { border-color: rgb(221,223,22); }
td.TdClassName
{
border-color: #DDDF16;
}
.TagClassName
{
border-color: #DDDF16;
}
</style>