Shades of Barberry #DDCD1D
Tints of Barberry #DDCD1D
RGB
CMYK
RGB Variations
Color information
#DDCD1D (or 0xDDCD1D) is known color: Barberry. HEX triplet: DD, CD and 1D. RGB value is (221,205,29). Sum of RGB (Red+Green+Blue) = 221+205+29=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 205 (80.47% from 255 or 45.05% from 455); Blue value is 29 (11.72% from 255 or 6.37% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCD1D is #2232E2. Grayscale: #BEBEBE. Windows color (decimal): -2241251 or 1953245. OLE color: 1953245.
HSL color Cylindrical-coordinate representation of color #DDCD1D: hue angle of 55º 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 #DDCD1D is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 29 | - |
| CMYK | 0 | 0.07 | 0.87 | 0.13 |
| HSL | 55º | 0.77% | 0.49% | - |
| HSV(B) | 55º | 0.87% | 0.87% | - |
| XYZ | 51.87 | 59.12 | 9.84 | - |
| YUV | 189.72 | 37.3 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 29 | 0 | 0.07 | 0.87 | 0.13 | 55 | 0.77 | 0.49 |
| Hex | DD | CD | 1D | 0 | 7 | 57 | D | 37 | 4D | 31 |
| Octal | 335 | 315 | 35 | 0 | 7 | 127 | 15 | 67 | 115 | 61 |
| Binary | 11011101 | 11001101 | 11101 | 0 | 111 | 1010111 | 1101 | 110111 | 1001101 | 110001 |
Color Harmonies of #DDCD1D
Complementary color
Monochromatic Colors of #DDCD1D
Black with #DDCD1D
Text Example
Text Example
White with #DDCD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD1D; }
p { color: rgb(221,205,29); }
H1.HeaderClassName
{
color: #DDCD1D;
}
.AnyTagClassName
{
color: #DDCD1D;
}
</style>
background-color css
<style>
a { background-color: #DDCD1D; }
a { background-color: rgb(221,205,29); }
div.DivClassName
{
background-color: #DDCD1D;
}
.BgClassName
{
background-color: #DDCD1D;
}
</style>
border-color css
<style>
span { border-color: #DDCD1D; }
span { border-color: rgb(221,205,29); }
td.TdClassName
{
border-color: #DDCD1D;
}
.TagClassName
{
border-color: #DDCD1D;
}
</style>