#DCA89D

Color #DCA89D Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose #DCA89D

Tints of Rose #DCA89D

Color information

#DCA89D (or 0xDCA89D) is unknown color: approx Rose. HEX triplet: DC, A8 and 9D. RGB value is (220,168,157). Sum of RGB (Red+Green+Blue) = 220+168+157=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 168 (66.02% from 255 or 30.83% from 545); Blue value is 157 (61.72% from 255 or 28.81% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA89D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA89D is #235762. Grayscale: #B6B6B6. Windows color (decimal): -2316131 or 10332380. OLE color: 10332380.

HSL color Cylindrical-coordinate representation of color #DCA89D: hue angle of 10.48º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCA89D is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB220168157-
CMYK00.240.290.14
HSL10.48º47.37%73.92%-
HSV(B)10.48º28.64%86.27%-
XYZ49.645.6638.1-
YUV182.29113.73154.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 40.37%
GREEN value IS 168 (66.02% from 255) = 30.83%
BLUE value IS 157 (61.72% from 255) = 28.81%
R=40.37%
G=30.83%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016815700.240.290.1410.4847.3773.92
HexDCA89D0181DEa2f4a
Octal33425023503035161257112
Binary11011100101010001001110101100011101111010101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA89D; }

 p { color: rgb(220,168,157); }

 H1.HeaderClassName
 {
   color: #DCA89D;
 }
 .AnyTagClassName
 {
   color: #DCA89D;
 }
</style>
background-color css

<style>
 a { background-color: #DCA89D; }

 a { background-color: rgb(220,168,157); }

 div.DivClassName
 {
   background-color: #DCA89D;
 }
 .BgClassName
 {
   background-color: #DCA89D;
 }
</style>
border-color css

<style>
 span { border-color: #DCA89D; }

 span { border-color: rgb(220,168,157); }

 td.TdClassName
 {
   border-color: #DCA89D;
 }
 .TagClassName
 {
   border-color: #DCA89D;
 }
</style>