Shades of Barberry #DDDF12
Tints of Barberry #DDDF12
RGB
CMYK
RGB Variations
Color information
#DDDF12 (or 0xDDDF12) is known color: Barberry. HEX triplet: DD, DF and 12. RGB value is (221,223,18). Sum of RGB (Red+Green+Blue) = 221+223+18=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 223 (87.5% from 255 or 48.27% from 462); Blue value is 18 (7.42% from 255 or 3.90% from 462); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDF12 is #2220ED. Grayscale: #C7C7C7. Windows color (decimal): -2236654 or 1236957. OLE color: 1236957.
HSL color Cylindrical-coordinate representation of color #DDDF12: hue angle of 60.59º 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 #DDDF12 is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 223 | 18 | - |
| CMYK | 0.01 | 0 | 0.92 | 0.13 |
| HSL | 60.59º | 0.85% | 0.47% | - |
| HSV(B) | 60.59º | 0.92% | 0.87% | - |
| XYZ | 56.32 | 68.19 | 10.77 | - |
| YUV | 199.03 | 25.84 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 223 | 18 | 0.01 | 0 | 0.92 | 0.13 | 60.59 | 0.85 | 0.47 |
| Hex | DD | DF | 12 | 1 | 0 | 5C | D | 3D | 55 | 2F |
| Octal | 335 | 337 | 22 | 1 | 0 | 134 | 15 | 75 | 125 | 57 |
| Binary | 11011101 | 11011111 | 10010 | 1 | 0 | 1011100 | 1101 | 111101 | 1010101 | 101111 |
Color Harmonies of #DDDF12
Complementary color
Monochromatic Colors of #DDDF12
Black with #DDDF12
Text Example
Text Example
White with #DDDF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDF12; }
p { color: rgb(221,223,18); }
H1.HeaderClassName
{
color: #DDDF12;
}
.AnyTagClassName
{
color: #DDDF12;
}
</style>
background-color css
<style>
a { background-color: #DDDF12; }
a { background-color: rgb(221,223,18); }
div.DivClassName
{
background-color: #DDDF12;
}
.BgClassName
{
background-color: #DDDF12;
}
</style>
border-color css
<style>
span { border-color: #DDDF12; }
span { border-color: rgb(221,223,18); }
td.TdClassName
{
border-color: #DDDF12;
}
.TagClassName
{
border-color: #DDDF12;
}
</style>