Shades of Brandy #DDB68C
Tints of Brandy #DDB68C
RGB
CMYK
RGB Variations
Color information
#DDB68C (or 0xDDB68C) is known color: Brandy. HEX triplet: DD, B6 and 8C. RGB value is (221,182,140). Sum of RGB (Red+Green+Blue) = 221+182+140=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 182 (71.48% from 255 or 33.52% from 543); Blue value is 140 (55.08% from 255 or 25.78% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB68C is #224973. Grayscale: #BDBDBD. Windows color (decimal): -2247028 or 9221853. OLE color: 9221853.
HSL color Cylindrical-coordinate representation of color #DDB68C: hue angle of 31.11º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDB68C is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 140 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.13 |
| HSL | 31.11º | 0.54% | 0.71% | - |
| HSV(B) | 31.11º | 0.37% | 0.87% | - |
| XYZ | 51.28 | 50.72 | 31.9 | - |
| YUV | 188.87 | 100.42 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 140 | 0 | 0.18 | 0.37 | 0.13 | 31.11 | 0.54 | 0.71 |
| Hex | DD | B6 | 8C | 0 | 12 | 25 | D | 1F | 36 | 47 |
| Octal | 335 | 266 | 214 | 0 | 22 | 45 | 15 | 37 | 66 | 107 |
| Binary | 11011101 | 10110110 | 10001100 | 0 | 10010 | 100101 | 1101 | 11111 | 110110 | 1000111 |
Color Harmonies of #DDB68C
Complementary color
Monochromatic Colors of #DDB68C
Black with #DDB68C
Text Example
Text Example
White with #DDB68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB68C; }
p { color: rgb(221,182,140); }
H1.HeaderClassName
{
color: #DDB68C;
}
.AnyTagClassName
{
color: #DDB68C;
}
</style>
background-color css
<style>
a { background-color: #DDB68C; }
a { background-color: rgb(221,182,140); }
div.DivClassName
{
background-color: #DDB68C;
}
.BgClassName
{
background-color: #DDB68C;
}
</style>
border-color css
<style>
span { border-color: #DDB68C; }
span { border-color: rgb(221,182,140); }
td.TdClassName
{
border-color: #DDB68C;
}
.TagClassName
{
border-color: #DDB68C;
}
</style>