Shades of Rose #DCA89B
Tints of Rose #DCA89B
RGB
CMYK
RGB Variations
Color information
#DCA89B (or 0xDCA89B) is known color: Rose. HEX triplet: DC, A8 and 9B. RGB value is (220,168,155). Sum of RGB (Red+Green+Blue) = 220+168+155=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 168 (66.02% from 255 or 30.94% from 543); Blue value is 155 (60.94% from 255 or 28.55% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA89B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA89B is #235764. Grayscale: #B6B6B6. Windows color (decimal): -2316133 or 10201308. OLE color: 10201308.
HSL color Cylindrical-coordinate representation of color #DCA89B: hue angle of 12º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCA89B is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 168 | 155 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.14 |
| HSL | 12º | 0.48% | 0.74% | - |
| HSV(B) | 12º | 0.3% | 0.86% | - |
| XYZ | 49.43 | 45.59 | 37.2 | - |
| YUV | 182.07 | 112.73 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 168 | 155 | 0 | 0.24 | 0.30 | 0.14 | 12 | 0.48 | 0.74 |
| Hex | DC | A8 | 9B | 0 | 18 | 1E | E | C | 30 | 4A |
| Octal | 334 | 250 | 233 | 0 | 30 | 36 | 16 | 14 | 60 | 112 |
| Binary | 11011100 | 10101000 | 10011011 | 0 | 11000 | 11110 | 1110 | 1100 | 110000 | 1001010 |
Color Harmonies of #DCA89B
Complementary color
Monochromatic Colors of #DCA89B
Black with #DCA89B
Text Example
Text Example
White with #DCA89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA89B; }
p { color: rgb(220,168,155); }
H1.HeaderClassName
{
color: #DCA89B;
}
.AnyTagClassName
{
color: #DCA89B;
}
</style>
background-color css
<style>
a { background-color: #DCA89B; }
a { background-color: rgb(220,168,155); }
div.DivClassName
{
background-color: #DCA89B;
}
.BgClassName
{
background-color: #DCA89B;
}
</style>
border-color css
<style>
span { border-color: #DCA89B; }
span { border-color: rgb(220,168,155); }
td.TdClassName
{
border-color: #DCA89B;
}
.TagClassName
{
border-color: #DCA89B;
}
</style>