Shades of Barberry #DDD01F
Tints of Barberry #DDD01F
RGB
CMYK
RGB Variations
Color information
#DDD01F (or 0xDDD01F) is known color: Barberry. HEX triplet: DD, D0 and 1F. RGB value is (221,208,31). Sum of RGB (Red+Green+Blue) = 221+208+31=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 208 (81.64% from 255 or 45.22% from 460); Blue value is 31 (12.5% from 255 or 6.74% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD01F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD01F is #222FE0. Grayscale: #C0C0C0. Windows color (decimal): -2240481 or 2085085. OLE color: 2085085.
HSL color Cylindrical-coordinate representation of color #DDD01F: hue angle of 55.89º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDD01F is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 31 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.13 |
| HSL | 55.89º | 0.75% | 0.49% | - |
| HSV(B) | 55.89º | 0.86% | 0.87% | - |
| XYZ | 52.62 | 60.58 | 10.22 | - |
| YUV | 191.71 | 37.31 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 31 | 0 | 0.06 | 0.86 | 0.13 | 55.89 | 0.75 | 0.49 |
| Hex | DD | D0 | 1F | 0 | 6 | 56 | D | 38 | 4B | 31 |
| Octal | 335 | 320 | 37 | 0 | 6 | 126 | 15 | 70 | 113 | 61 |
| Binary | 11011101 | 11010000 | 11111 | 0 | 110 | 1010110 | 1101 | 111000 | 1001011 | 110001 |
Color Harmonies of #DDD01F
Complementary color
Monochromatic Colors of #DDD01F
Black with #DDD01F
Text Example
Text Example
White with #DDD01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD01F; }
p { color: rgb(221,208,31); }
H1.HeaderClassName
{
color: #DDD01F;
}
.AnyTagClassName
{
color: #DDD01F;
}
</style>
background-color css
<style>
a { background-color: #DDD01F; }
a { background-color: rgb(221,208,31); }
div.DivClassName
{
background-color: #DDD01F;
}
.BgClassName
{
background-color: #DDD01F;
}
</style>
border-color css
<style>
span { border-color: #DDD01F; }
span { border-color: rgb(221,208,31); }
td.TdClassName
{
border-color: #DDD01F;
}
.TagClassName
{
border-color: #DDD01F;
}
</style>