Shades of Rose #DDA38E
Tints of Rose #DDA38E
RGB
CMYK
RGB Variations
Color information
#DDA38E (or 0xDDA38E) is known color: Rose. HEX triplet: DD, A3 and 8E. RGB value is (221,163,142). Sum of RGB (Red+Green+Blue) = 221+163+142=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 163 (64.06% from 255 or 30.99% from 526); Blue value is 142 (55.86% from 255 or 27.00% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA38E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA38E is #225C71. Grayscale: #B2B2B2. Windows color (decimal): -2251890 or 9348061. OLE color: 9348061.
HSL color Cylindrical-coordinate representation of color #DDA38E: hue angle of 15.95º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDA38E is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 142 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.13 |
| HSL | 15.95º | 0.54% | 0.71% | - |
| HSV(B) | 15.95º | 0.36% | 0.87% | - |
| XYZ | 47.8 | 43.52 | 31.47 | - |
| YUV | 177.95 | 107.72 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 142 | 0 | 0.26 | 0.36 | 0.13 | 15.95 | 0.54 | 0.71 |
| Hex | DD | A3 | 8E | 0 | 1A | 24 | D | 10 | 36 | 47 |
| Octal | 335 | 243 | 216 | 0 | 32 | 44 | 15 | 20 | 66 | 107 |
| Binary | 11011101 | 10100011 | 10001110 | 0 | 11010 | 100100 | 1101 | 10000 | 110110 | 1000111 |
Color Harmonies of #DDA38E
Complementary color
Monochromatic Colors of #DDA38E
Black with #DDA38E
Text Example
Text Example
White with #DDA38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA38E; }
p { color: rgb(221,163,142); }
H1.HeaderClassName
{
color: #DDA38E;
}
.AnyTagClassName
{
color: #DDA38E;
}
</style>
background-color css
<style>
a { background-color: #DDA38E; }
a { background-color: rgb(221,163,142); }
div.DivClassName
{
background-color: #DDA38E;
}
.BgClassName
{
background-color: #DDA38E;
}
</style>
border-color css
<style>
span { border-color: #DDA38E; }
span { border-color: rgb(221,163,142); }
td.TdClassName
{
border-color: #DDA38E;
}
.TagClassName
{
border-color: #DDA38E;
}
</style>