Html Css Color HEX #DCA695 Rose

📋 copy color: '#DCA695'

red 220 ◦ green 166 ◦ blue 149

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

Shades of Rose #DCA695

Tints of Rose #DCA695

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.03%

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

R = 41.12%
G = 31.03%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DCA695 (or 0xDCA695) is known color: Rose. HEX triplet: DC, A6 and 95. RGB value is (220,166,149). Sum of RGB (Red+Green+Blue) = 220+166+149=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 166 (65.23% from 255 or 31.03% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA695 is #23596A. Grayscale: #B4B4B4. Windows color (decimal): -2316651 or 9807580. OLE color: 9807580.

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

Color convert

RGB 220 166 149 -
CMYK 0 0.25 0.32 0.14
HSL 14.37º 0.5% 0.72% -
HSV(B) 14.37º 0.32% 0.86% -
XYZ 48.58 44.66 34.49 -
YUV 180.21 110.39 156.38 -
System Red Green Blue C M Y K H S L
Decimal 220 166 149 0 0.25 0.32 0.14 14.37 0.5 0.72
Hex DC A6 95 0 19 20 E E 32 48
Octal 334 246 225 0 31 40 16 16 62 110
Binary 11011100 10100110 10010101 0 11001 100000 1110 1110 110010 1001000

Color Harmonies of #DCA695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA695

Black with #DCA695

Text Example


Text Example

White with #DCA695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA695; }

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

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

background-color css

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

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

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

border-color css

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

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

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