Shades of Rose #DDA79B
Tints of Rose #DDA79B
RGB
CMYK
RGB Variations
Color information
#DDA79B (or 0xDDA79B) is known color: Rose. HEX triplet: DD, A7 and 9B. RGB value is (221,167,155). Sum of RGB (Red+Green+Blue) = 221+167+155=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 167 (65.62% from 255 or 30.76% from 543); Blue value is 155 (60.94% from 255 or 28.55% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA79B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA79B is #225864. Grayscale: #B5B5B5. Windows color (decimal): -2250853 or 10201053. OLE color: 10201053.
HSL color Cylindrical-coordinate representation of color #DDA79B: hue angle of 10.91º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDA79B is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 167 | 155 | - |
CMYK | 0 | 0.24 | 0.30 | 0.13 |
HSL | 10.91º | 0.49% | 0.74% | - |
HSV(B) | 10.91º | 0.3% | 0.87% | - |
XYZ | 49.55 | 45.38 | 37.16 | - |
YUV | 181.78 | 112.89 | 155.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 167 | 155 | 0 | 0.24 | 0.30 | 0.13 | 10.91 | 0.49 | 0.74 |
Hex | DD | A7 | 9B | 0 | 18 | 1E | D | B | 31 | 4A |
Octal | 335 | 247 | 233 | 0 | 30 | 36 | 15 | 13 | 61 | 112 |
Binary | 11011101 | 10100111 | 10011011 | 0 | 11000 | 11110 | 1101 | 1011 | 110001 | 1001010 |
Color Harmonies of #DDA79B
Complementary color
Monochromatic Colors of #DDA79B
Black with #DDA79B
Text Example
Text Example
White with #DDA79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA79B; }
p { color: rgb(221,167,155); }
H1.HeaderClassName
{
color: #DDA79B;
}
.AnyTagClassName
{
color: #DDA79B;
}
</style>
background-color css
<style>
a { background-color: #DDA79B; }
a { background-color: rgb(221,167,155); }
div.DivClassName
{
background-color: #DDA79B;
}
.BgClassName
{
background-color: #DDA79B;
}
</style>
border-color css
<style>
span { border-color: #DDA79B; }
span { border-color: rgb(221,167,155); }
td.TdClassName
{
border-color: #DDA79B;
}
.TagClassName
{
border-color: #DDA79B;
}
</style>