Html Css Color HEX #DCA497 Rose

📋 copy color: '#DCA497'

red 220 ◦ green 164 ◦ blue 151

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

Shades of Rose #DCA497

Tints of Rose #DCA497

RGB

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

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

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

R = 41.12%
G = 30.65%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DCA497 (or 0xDCA497) is known color: Rose. HEX triplet: DC, A4 and 97. RGB value is (220,164,151). Sum of RGB (Red+Green+Blue) = 220+164+151=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 164 (64.45% from 255 or 30.65% from 535); Blue value is 151 (59.38% from 255 or 28.22% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA497 is #235B68. Grayscale: #B3B3B3. Windows color (decimal): -2317161 or 9938140. OLE color: 9938140.

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

Color convert

RGB 220 164 151 -
CMYK 0 0.25 0.31 0.14
HSL 11.3º 0.5% 0.73% -
HSV(B) 11.3º 0.31% 0.86% -
XYZ 48.38 44 35.22 -
YUV 179.26 112.05 157.06 -
System Red Green Blue C M Y K H S L
Decimal 220 164 151 0 0.25 0.31 0.14 11.3 0.5 0.73
Hex DC A4 97 0 19 1F E B 32 49
Octal 334 244 227 0 31 37 16 13 62 111
Binary 11011100 10100100 10010111 0 11001 11111 1110 1011 110010 1001001

Color Harmonies of #DCA497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA497

Black with #DCA497

Text Example


Text Example

White with #DCA497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA497; }

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

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

background-color css

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

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

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

border-color css

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

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

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