Shades of Barberry #DDC92B
Tints of Barberry #DDC92B
RGB
CMYK
RGB Variations
Color information
#DDC92B (or 0xDDC92B) is known color: Barberry. HEX triplet: DD, C9 and 2B. RGB value is (221,201,43). Sum of RGB (Red+Green+Blue) = 221+201+43=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 43 (17.19% from 255 or 9.25% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC92B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC92B is #2236D4. Grayscale: #BDBDBD. Windows color (decimal): -2242261 or 2869725. OLE color: 2869725.
HSL color Cylindrical-coordinate representation of color #DDC92B: hue angle of 53.26º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDC92B is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 43 | - |
| CMYK | 0 | 0.09 | 0.81 | 0.13 |
| HSL | 53.26º | 0.72% | 0.52% | - |
| HSV(B) | 53.26º | 0.81% | 0.87% | - |
| XYZ | 51.14 | 57.32 | 10.65 | - |
| YUV | 188.97 | 45.63 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 43 | 0 | 0.09 | 0.81 | 0.13 | 53.26 | 0.72 | 0.52 |
| Hex | DD | C9 | 2B | 0 | 9 | 51 | D | 35 | 48 | 34 |
| Octal | 335 | 311 | 53 | 0 | 11 | 121 | 15 | 65 | 110 | 64 |
| Binary | 11011101 | 11001001 | 101011 | 0 | 1001 | 1010001 | 1101 | 110101 | 1001000 | 110100 |
Color Harmonies of #DDC92B
Complementary color
Monochromatic Colors of #DDC92B
Black with #DDC92B
Text Example
Text Example
White with #DDC92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC92B; }
p { color: rgb(221,201,43); }
H1.HeaderClassName
{
color: #DDC92B;
}
.AnyTagClassName
{
color: #DDC92B;
}
</style>
background-color css
<style>
a { background-color: #DDC92B; }
a { background-color: rgb(221,201,43); }
div.DivClassName
{
background-color: #DDC92B;
}
.BgClassName
{
background-color: #DDC92B;
}
</style>
border-color css
<style>
span { border-color: #DDC92B; }
span { border-color: rgb(221,201,43); }
td.TdClassName
{
border-color: #DDC92B;
}
.TagClassName
{
border-color: #DDC92B;
}
</style>