Shades of Barberry #DDCD1E
Tints of Barberry #DDCD1E
RGB
CMYK
RGB Variations
Color information
#DDCD1E (or 0xDDCD1E) is known color: Barberry. HEX triplet: DD, CD and 1E. RGB value is (221,205,30). Sum of RGB (Red+Green+Blue) = 221+205+30=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 30 (12.11% from 255 or 6.58% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCD1E is #2232E1. Grayscale: #BEBEBE. Windows color (decimal): -2241250 or 2018781. OLE color: 2018781.
HSL color Cylindrical-coordinate representation of color #DDCD1E: hue angle of 54.97º degrees, saturation: 0.76, 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 #DDCD1E is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 30 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.13 |
| HSL | 54.97º | 0.76% | 0.49% | - |
| HSV(B) | 54.97º | 0.86% | 0.87% | - |
| XYZ | 51.88 | 59.13 | 9.91 | - |
| YUV | 189.83 | 37.8 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 30 | 0 | 0.07 | 0.86 | 0.13 | 54.97 | 0.76 | 0.49 |
| Hex | DD | CD | 1E | 0 | 7 | 56 | D | 37 | 4C | 31 |
| Octal | 335 | 315 | 36 | 0 | 7 | 126 | 15 | 67 | 114 | 61 |
| Binary | 11011101 | 11001101 | 11110 | 0 | 111 | 1010110 | 1101 | 110111 | 1001100 | 110001 |
Color Harmonies of #DDCD1E
Complementary color
Monochromatic Colors of #DDCD1E
Black with #DDCD1E
Text Example
Text Example
White with #DDCD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD1E; }
p { color: rgb(221,205,30); }
H1.HeaderClassName
{
color: #DDCD1E;
}
.AnyTagClassName
{
color: #DDCD1E;
}
</style>
background-color css
<style>
a { background-color: #DDCD1E; }
a { background-color: rgb(221,205,30); }
div.DivClassName
{
background-color: #DDCD1E;
}
.BgClassName
{
background-color: #DDCD1E;
}
</style>
border-color css
<style>
span { border-color: #DDCD1E; }
span { border-color: rgb(221,205,30); }
td.TdClassName
{
border-color: #DDCD1E;
}
.TagClassName
{
border-color: #DDCD1E;
}
</style>