Shades of Barberry #DFDD12
Tints of Barberry #DFDD12
RGB
CMYK
RGB Variations
Color information
#DFDD12 (or 0xDFDD12) is known color: Barberry. HEX triplet: DF, DD and 12. RGB value is (223,221,18). Sum of RGB (Red+Green+Blue) = 223+221+18=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 18 (7.42% from 255 or 3.90% from 462); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDD12 is #2022ED. Grayscale: #C7C7C7. Windows color (decimal): -2106094 or 1236447. OLE color: 1236447.
HSL color Cylindrical-coordinate representation of color #DFDD12: hue angle of 59.41º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DFDD12 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 18 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.13 |
| HSL | 59.41º | 0.85% | 0.47% | - |
| HSV(B) | 59.41º | 0.92% | 0.87% | - |
| XYZ | 56.4 | 67.44 | 10.62 | - |
| YUV | 198.46 | 26.16 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 18 | 0 | 0.01 | 0.92 | 0.13 | 59.41 | 0.85 | 0.47 |
| Hex | DF | DD | 12 | 0 | 1 | 5C | D | 3B | 55 | 2F |
| Octal | 337 | 335 | 22 | 0 | 1 | 134 | 15 | 73 | 125 | 57 |
| Binary | 11011111 | 11011101 | 10010 | 0 | 1 | 1011100 | 1101 | 111011 | 1010101 | 101111 |
Color Harmonies of #DFDD12
Complementary color
Monochromatic Colors of #DFDD12
Black with #DFDD12
Text Example
Text Example
White with #DFDD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD12; }
p { color: rgb(223,221,18); }
H1.HeaderClassName
{
color: #DFDD12;
}
.AnyTagClassName
{
color: #DFDD12;
}
</style>
background-color css
<style>
a { background-color: #DFDD12; }
a { background-color: rgb(223,221,18); }
div.DivClassName
{
background-color: #DFDD12;
}
.BgClassName
{
background-color: #DFDD12;
}
</style>
border-color css
<style>
span { border-color: #DFDD12; }
span { border-color: rgb(223,221,18); }
td.TdClassName
{
border-color: #DFDD12;
}
.TagClassName
{
border-color: #DFDD12;
}
</style>