Shades of Barberry #DDC92A
Tints of Barberry #DDC92A
RGB
CMYK
RGB Variations
Color information
#DDC92A (or 0xDDC92A) is known color: Barberry. HEX triplet: DD, C9 and 2A. RGB value is (221,201,42). Sum of RGB (Red+Green+Blue) = 221+201+42=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 201 (78.91% from 255 or 43.32% from 464); Blue value is 42 (16.80% from 255 or 9.05% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC92A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC92A is #2236D5. Grayscale: #BDBDBD. Windows color (decimal): -2242262 or 2804189. OLE color: 2804189.
HSL color Cylindrical-coordinate representation of color #DDC92A: hue angle of 53.3º 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 #DDC92A is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 42 | - |
| CMYK | 0 | 0.09 | 0.81 | 0.13 |
| HSL | 53.3º | 0.72% | 0.52% | - |
| HSV(B) | 53.3º | 0.81% | 0.87% | - |
| XYZ | 51.12 | 57.31 | 10.56 | - |
| YUV | 188.85 | 45.13 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 42 | 0 | 0.09 | 0.81 | 0.13 | 53.3 | 0.72 | 0.52 |
| Hex | DD | C9 | 2A | 0 | 9 | 51 | D | 35 | 48 | 34 |
| Octal | 335 | 311 | 52 | 0 | 11 | 121 | 15 | 65 | 110 | 64 |
| Binary | 11011101 | 11001001 | 101010 | 0 | 1001 | 1010001 | 1101 | 110101 | 1001000 | 110100 |
Color Harmonies of #DDC92A
Complementary color
Monochromatic Colors of #DDC92A
Black with #DDC92A
Text Example
Text Example
White with #DDC92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC92A; }
p { color: rgb(221,201,42); }
H1.HeaderClassName
{
color: #DDC92A;
}
.AnyTagClassName
{
color: #DDC92A;
}
</style>
background-color css
<style>
a { background-color: #DDC92A; }
a { background-color: rgb(221,201,42); }
div.DivClassName
{
background-color: #DDC92A;
}
.BgClassName
{
background-color: #DDC92A;
}
</style>
border-color css
<style>
span { border-color: #DDC92A; }
span { border-color: rgb(221,201,42); }
td.TdClassName
{
border-color: #DDC92A;
}
.TagClassName
{
border-color: #DDC92A;
}
</style>