Html Css Color HEX #DCA49C Rose

📋 copy color: '#DCA49C'

red 220 ◦ green 164 ◦ blue 156

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

Shades of Rose #DCA49C

Tints of Rose #DCA49C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 28.89%

R = 40.74%
G = 30.37%
B = 28.89%

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

#DCA49C (or 0xDCA49C) is known color: Rose. HEX triplet: DC, A4 and 9C. RGB value is (220,164,156). Sum of RGB (Red+Green+Blue) = 220+164+156=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 164 (64.45% from 255 or 30.37% from 540); Blue value is 156 (61.33% from 255 or 28.89% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA49C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA49C is #235B63. Grayscale: #B3B3B3. Windows color (decimal): -2317156 or 10265820. OLE color: 10265820.

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

Color convert

RGB 220 164 156 -
CMYK 0 0.25 0.29 0.14
HSL 7.5º 0.48% 0.74% -
HSV(B) 7.5º 0.29% 0.86% -
XYZ 48.79 44.17 37.41 -
YUV 179.83 114.55 156.65 -
System Red Green Blue C M Y K H S L
Decimal 220 164 156 0 0.25 0.29 0.14 7.5 0.48 0.74
Hex DC A4 9C 0 19 1D E 8 30 4A
Octal 334 244 234 0 31 35 16 10 60 112
Binary 11011100 10100100 10011100 0 11001 11101 1110 1000 110000 1001010

Color Harmonies of #DCA49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA49C

Black with #DCA49C

Text Example


Text Example

White with #DCA49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA49C; }

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

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

background-color css

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

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

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

border-color css

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

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

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