Html Css Color HEX #DCA995 Rose

📋 copy color: '#DCA995'

red 220 ◦ green 169 ◦ blue 149

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

Shades of Rose #DCA995

Tints of Rose #DCA995

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.41%

 BLUE value IS 149 (58.59% from 255) = 27.7%

R = 40.89%
G = 31.41%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DCA995 (or 0xDCA995) is known color: Rose. HEX triplet: DC, A9 and 95. RGB value is (220,169,149). Sum of RGB (Red+Green+Blue) = 220+169+149=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 169 (66.41% from 255 or 31.41% from 538); Blue value is 149 (58.59% from 255 or 27.70% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA995 is #23566A. Grayscale: #B6B6B6. Windows color (decimal): -2315883 or 9808348. OLE color: 9808348.

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

Color convert

RGB 220 169 149 -
CMYK 0 0.23 0.32 0.14
HSL 16.9º 0.5% 0.72% -
HSV(B) 16.9º 0.32% 0.86% -
XYZ 49.13 45.76 34.68 -
YUV 181.97 109.4 155.13 -
System Red Green Blue C M Y K H S L
Decimal 220 169 149 0 0.23 0.32 0.14 16.9 0.5 0.72
Hex DC A9 95 0 17 20 E 11 32 48
Octal 334 251 225 0 27 40 16 21 62 110
Binary 11011100 10101001 10010101 0 10111 100000 1110 10001 110010 1001000

Color Harmonies of #DCA995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA995

Black with #DCA995

Text Example


Text Example

White with #DCA995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA995; }

 p { color: rgb(220,169,149); }

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

background-color css

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

 a { background-color: rgb(220,169,149); }

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

border-color css

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

 span { border-color: rgb(220,169,149); }

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