Shades of Barberry #DDD61D
Tints of Barberry #DDD61D
RGB
CMYK
RGB Variations
Color information
#DDD61D (or 0xDDD61D) is known color: Barberry. HEX triplet: DD, D6 and 1D. RGB value is (221,214,29). Sum of RGB (Red+Green+Blue) = 221+214+29=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 214 (83.98% from 255 or 46.12% from 464); Blue value is 29 (11.72% from 255 or 6.25% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD61D is #2229E2. Grayscale: #C3C3C3. Windows color (decimal): -2238947 or 1955549. OLE color: 1955549.
HSL color Cylindrical-coordinate representation of color #DDD61D: hue angle of 57.81º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DDD61D is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 29 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.13 |
| HSL | 57.81º | 0.77% | 0.49% | - |
| HSV(B) | 57.81º | 0.87% | 0.87% | - |
| XYZ | 54.09 | 63.55 | 10.58 | - |
| YUV | 195 | 34.32 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 29 | 0 | 0.03 | 0.87 | 0.13 | 57.81 | 0.77 | 0.49 |
| Hex | DD | D6 | 1D | 0 | 3 | 57 | D | 3A | 4D | 31 |
| Octal | 335 | 326 | 35 | 0 | 3 | 127 | 15 | 72 | 115 | 61 |
| Binary | 11011101 | 11010110 | 11101 | 0 | 11 | 1010111 | 1101 | 111010 | 1001101 | 110001 |
Color Harmonies of #DDD61D
Complementary color
Monochromatic Colors of #DDD61D
Black with #DDD61D
Text Example
Text Example
White with #DDD61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD61D; }
p { color: rgb(221,214,29); }
H1.HeaderClassName
{
color: #DDD61D;
}
.AnyTagClassName
{
color: #DDD61D;
}
</style>
background-color css
<style>
a { background-color: #DDD61D; }
a { background-color: rgb(221,214,29); }
div.DivClassName
{
background-color: #DDD61D;
}
.BgClassName
{
background-color: #DDD61D;
}
</style>
border-color css
<style>
span { border-color: #DDD61D; }
span { border-color: rgb(221,214,29); }
td.TdClassName
{
border-color: #DDD61D;
}
.TagClassName
{
border-color: #DDD61D;
}
</style>