Shades of Barberry #DFDD18
Tints of Barberry #DFDD18
RGB
CMYK
RGB Variations
Color information
#DFDD18 (or 0xDFDD18) is known color: Barberry. HEX triplet: DF, DD and 18. RGB value is (223,221,24). Sum of RGB (Red+Green+Blue) = 223+221+24=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 24 (9.77% from 255 or 5.13% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDD18 is #2022E7. Grayscale: #C7C7C7. Windows color (decimal): -2106088 or 1629663. OLE color: 1629663.
HSL color Cylindrical-coordinate representation of color #DFDD18: hue angle of 59.4º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DFDD18 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 24 | - |
| CMYK | 0 | 0.01 | 0.89 | 0.13 |
| HSL | 59.4º | 0.81% | 0.48% | - |
| HSV(B) | 59.4º | 0.89% | 0.87% | - |
| XYZ | 56.45 | 67.47 | 10.91 | - |
| YUV | 199.14 | 29.16 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 24 | 0 | 0.01 | 0.89 | 0.13 | 59.4 | 0.81 | 0.48 |
| Hex | DF | DD | 18 | 0 | 1 | 59 | D | 3B | 51 | 30 |
| Octal | 337 | 335 | 30 | 0 | 1 | 131 | 15 | 73 | 121 | 60 |
| Binary | 11011111 | 11011101 | 11000 | 0 | 1 | 1011001 | 1101 | 111011 | 1010001 | 110000 |
Color Harmonies of #DFDD18
Complementary color
Monochromatic Colors of #DFDD18
Black with #DFDD18
Text Example
Text Example
White with #DFDD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD18; }
p { color: rgb(223,221,24); }
H1.HeaderClassName
{
color: #DFDD18;
}
.AnyTagClassName
{
color: #DFDD18;
}
</style>
background-color css
<style>
a { background-color: #DFDD18; }
a { background-color: rgb(223,221,24); }
div.DivClassName
{
background-color: #DFDD18;
}
.BgClassName
{
background-color: #DFDD18;
}
</style>
border-color css
<style>
span { border-color: #DFDD18; }
span { border-color: rgb(223,221,24); }
td.TdClassName
{
border-color: #DFDD18;
}
.TagClassName
{
border-color: #DFDD18;
}
</style>