#DCA48D

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

Shades of Rose #DCA48D

Tints of Rose #DCA48D

Color information

#DCA48D (or 0xDCA48D) is unknown color: approx Rose. HEX triplet: DC, A4 and 8D. RGB value is (220,164,141). Sum of RGB (Red+Green+Blue) = 220+164+141=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 164 (64.45% from 255 or 31.24% from 525); Blue value is 141 (55.47% from 255 or 26.86% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA48D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA48D is #235B72. Grayscale: #B2B2B2. Windows color (decimal): -2317171 or 9282780. OLE color: 9282780.

HSL color Cylindrical-coordinate representation of color #DCA48D: hue angle of 17.47º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCA48D is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB220164141-
CMYK00.250.360.14
HSL17.47º53.02%70.78%-
HSV(B)17.47º35.91%86.27%-
XYZ47.643.6931.12-
YUV178.12107.05157.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.90%
GREEN value IS 164 (64.45% from 255) = 31.24%
BLUE value IS 141 (55.47% from 255) = 26.86%
R=41.90%
G=31.24%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016414100.250.360.1417.4753.0270.78
HexDCA48D01924E113547
Octal33424421503144162165107
Binary1101110010100100100011010110011001001110100011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA48D; }

 p { color: rgb(220,164,141); }

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

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

 a { background-color: rgb(220,164,141); }

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

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

 span { border-color: rgb(220,164,141); }

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