Html Css Color HEX #DCA097 Rose

📋 copy color: '#DCA097'

red 220 ◦ green 160 ◦ blue 151

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

Shades of Rose #DCA097

Tints of Rose #DCA097

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.13%

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

R = 41.43%
G = 30.13%
B = 28.44%

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

#DCA097 (or 0xDCA097) is known color: Rose. HEX triplet: DC, A0 and 97. RGB value is (220,160,151). Sum of RGB (Red+Green+Blue) = 220+160+151=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 151 (59.38% from 255 or 28.44% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA097 is #235F68. Grayscale: #B1B1B1. Windows color (decimal): -2318185 or 9937116. OLE color: 9937116.

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

Color convert

RGB 220 160 151 -
CMYK 0 0.27 0.31 0.14
HSL 7.83º 0.5% 0.73% -
HSV(B) 7.83º 0.31% 0.86% -
XYZ 47.67 42.59 34.99 -
YUV 176.91 113.38 158.73 -
System Red Green Blue C M Y K H S L
Decimal 220 160 151 0 0.27 0.31 0.14 7.83 0.5 0.73
Hex DC A0 97 0 1B 1F E 8 32 49
Octal 334 240 227 0 33 37 16 10 62 111
Binary 11011100 10100000 10010111 0 11011 11111 1110 1000 110010 1001001

Color Harmonies of #DCA097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA097

Black with #DCA097

Text Example


Text Example

White with #DCA097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA097; }

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

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

background-color css

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

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

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

border-color css

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

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

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