Html Css Color HEX #DCA49D Rose

📋 copy color: '#DCA49D'

red 220 ◦ green 164 ◦ blue 157

#DCA49D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose #DCA49D

Tints of Rose #DCA49D

RGB

 RED value IS 220 (86.33% from 255) = 40.67%

 GREEN value IS 164 (64.45% from 255) = 30.31%

 BLUE value IS 157 (61.72% from 255) = 29.02%

R = 40.67%
G = 30.31%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DCA49D (or 0xDCA49D) is known color: Rose. HEX triplet: DC, A4 and 9D. RGB value is (220,164,157). Sum of RGB (Red+Green+Blue) = 220+164+157=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 164 (64.45% from 255 or 30.31% from 541); Blue value is 157 (61.72% from 255 or 29.02% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA49D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA49D is #235B62. Grayscale: #B4B4B4. Windows color (decimal): -2317155 or 10331356. OLE color: 10331356.

HSL color Cylindrical-coordinate representation of color #DCA49D: hue angle of 6.67º 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 #DCA49D is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 164 157 -
CMYK 0 0.25 0.29 0.14
HSL 6.67º 0.47% 0.74% -
HSV(B) 6.67º 0.29% 0.86% -
XYZ 48.88 44.2 37.85 -
YUV 179.95 115.05 156.57 -
System Red Green Blue C M Y K H S L
Decimal 220 164 157 0 0.25 0.29 0.14 6.67 0.47 0.74
Hex DC A4 9D 0 19 1D E 7 2F 4A
Octal 334 244 235 0 31 35 16 7 57 112
Binary 11011100 10100100 10011101 0 11001 11101 1110 111 101111 1001010

Color Harmonies of #DCA49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA49D

Black with #DCA49D

Text Example


Text Example

White with #DCA49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA49D; }

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

 H1.HeaderClassName
 {
   color: #DCA49D;
 }
 .AnyTagClassName
 {
   color: #DCA49D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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