Html Css Color HEX #DCA197 Rose

📋 copy color: '#DCA197'

red 220 ◦ green 161 ◦ blue 151

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

Shades of Rose #DCA197

Tints of Rose #DCA197

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.26%

 BLUE value IS 151 (59.38% from 255) = 28.38%

R = 41.35%
G = 30.26%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DCA197 (or 0xDCA197) is known color: Rose. HEX triplet: DC, A1 and 97. RGB value is (220,161,151). Sum of RGB (Red+Green+Blue) = 220+161+151=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 161 (63.28% from 255 or 30.26% from 532); Blue value is 151 (59.38% from 255 or 28.38% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA197 is #235E68. Grayscale: #B1B1B1. Windows color (decimal): -2317929 or 9937372. OLE color: 9937372.

HSL color Cylindrical-coordinate representation of color #DCA197: hue angle of 8.7º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCA197 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 161 151 -
CMYK 0 0.27 0.31 0.14
HSL 8.7º 0.5% 0.73% -
HSV(B) 8.7º 0.31% 0.86% -
XYZ 47.85 42.94 35.04 -
YUV 177.5 113.05 158.31 -
System Red Green Blue C M Y K H S L
Decimal 220 161 151 0 0.27 0.31 0.14 8.7 0.5 0.73
Hex DC A1 97 0 1B 1F E 9 32 49
Octal 334 241 227 0 33 37 16 11 62 111
Binary 11011100 10100001 10010111 0 11011 11111 1110 1001 110010 1001001

Color Harmonies of #DCA197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA197

Black with #DCA197

Text Example


Text Example

White with #DCA197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA197; }

 p { color: rgb(220,161,151); }

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

background-color css

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

 a { background-color: rgb(220,161,151); }

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

border-color css

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

 span { border-color: rgb(220,161,151); }

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