Shades of Barberry #DFDD0D
Tints of Barberry #DFDD0D
RGB
CMYK
RGB Variations
Color information
#DFDD0D (or 0xDFDD0D) is known color: Barberry. HEX triplet: DF, DD and 0D. RGB value is (223,221,13). Sum of RGB (Red+Green+Blue) = 223+221+13=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 13 (5.47% from 255 or 2.84% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDD0D is #2022F2. Grayscale: #C6C6C6. Windows color (decimal): -2106099 or 908767. OLE color: 908767.
HSL color Cylindrical-coordinate representation of color #DFDD0D: hue angle of 59.43º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DFDD0D is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 13 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.13 |
| HSL | 59.43º | 0.89% | 0.46% | - |
| HSV(B) | 59.43º | 0.94% | 0.87% | - |
| XYZ | 56.36 | 67.43 | 10.43 | - |
| YUV | 197.89 | 23.66 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 13 | 0 | 0.01 | 0.94 | 0.13 | 59.43 | 0.89 | 0.46 |
| Hex | DF | DD | D | 0 | 1 | 5E | D | 3B | 59 | 2E |
| Octal | 337 | 335 | 15 | 0 | 1 | 136 | 15 | 73 | 131 | 56 |
| Binary | 11011111 | 11011101 | 1101 | 0 | 1 | 1011110 | 1101 | 111011 | 1011001 | 101110 |
Color Harmonies of #DFDD0D
Complementary color
Monochromatic Colors of #DFDD0D
Black with #DFDD0D
Text Example
Text Example
White with #DFDD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD0D; }
p { color: rgb(223,221,13); }
H1.HeaderClassName
{
color: #DFDD0D;
}
.AnyTagClassName
{
color: #DFDD0D;
}
</style>
background-color css
<style>
a { background-color: #DFDD0D; }
a { background-color: rgb(223,221,13); }
div.DivClassName
{
background-color: #DFDD0D;
}
.BgClassName
{
background-color: #DFDD0D;
}
</style>
border-color css
<style>
span { border-color: #DFDD0D; }
span { border-color: rgb(223,221,13); }
td.TdClassName
{
border-color: #DFDD0D;
}
.TagClassName
{
border-color: #DFDD0D;
}
</style>