Shades of Barberry #DDDF14
Tints of Barberry #DDDF14
RGB
CMYK
RGB Variations
Color information
#DDDF14 (or 0xDDDF14) is known color: Barberry. HEX triplet: DD, DF and 14. RGB value is (221,223,20). Sum of RGB (Red+Green+Blue) = 221+223+20=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 223 (87.5% from 255 or 48.06% from 464); Blue value is 20 (8.20% from 255 or 4.31% from 464); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDF14 is #2220EB. Grayscale: #C8C8C8. Windows color (decimal): -2236652 or 1368029. OLE color: 1368029.
HSL color Cylindrical-coordinate representation of color #DDDF14: hue angle of 60.59º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DDDF14 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 223 | 20 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.13 |
| HSL | 60.59º | 0.84% | 0.48% | - |
| HSV(B) | 60.59º | 0.91% | 0.87% | - |
| XYZ | 56.33 | 68.2 | 10.86 | - |
| YUV | 199.26 | 26.84 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 223 | 20 | 0.01 | 0 | 0.91 | 0.13 | 60.59 | 0.84 | 0.48 |
| Hex | DD | DF | 14 | 1 | 0 | 5B | D | 3D | 54 | 30 |
| Octal | 335 | 337 | 24 | 1 | 0 | 133 | 15 | 75 | 124 | 60 |
| Binary | 11011101 | 11011111 | 10100 | 1 | 0 | 1011011 | 1101 | 111101 | 1010100 | 110000 |
Color Harmonies of #DDDF14
Complementary color
Monochromatic Colors of #DDDF14
Black with #DDDF14
Text Example
Text Example
White with #DDDF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDF14; }
p { color: rgb(221,223,20); }
H1.HeaderClassName
{
color: #DDDF14;
}
.AnyTagClassName
{
color: #DDDF14;
}
</style>
background-color css
<style>
a { background-color: #DDDF14; }
a { background-color: rgb(221,223,20); }
div.DivClassName
{
background-color: #DDDF14;
}
.BgClassName
{
background-color: #DDDF14;
}
</style>
border-color css
<style>
span { border-color: #DDDF14; }
span { border-color: rgb(221,223,20); }
td.TdClassName
{
border-color: #DDDF14;
}
.TagClassName
{
border-color: #DDDF14;
}
</style>