Html Css Color HEX #DCA595 Rose

📋 copy color: '#DCA595'

red 220 ◦ green 165 ◦ blue 149

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

Shades of Rose #DCA595

Tints of Rose #DCA595

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.9%

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

R = 41.2%
G = 30.9%
B = 27.9%

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

#DCA595 (or 0xDCA595) is known color: Rose. HEX triplet: DC, A5 and 95. RGB value is (220,165,149). Sum of RGB (Red+Green+Blue) = 220+165+149=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 165 (64.84% from 255 or 30.90% from 534); Blue value is 149 (58.59% from 255 or 27.90% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA595 is #235A6A. Grayscale: #B3B3B3. Windows color (decimal): -2316907 or 9807324. OLE color: 9807324.

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

Color convert

RGB 220 165 149 -
CMYK 0 0.25 0.32 0.14
HSL 13.52º 0.5% 0.72% -
HSV(B) 13.52º 0.32% 0.86% -
XYZ 48.4 44.3 34.43 -
YUV 179.62 110.72 156.8 -
System Red Green Blue C M Y K H S L
Decimal 220 165 149 0 0.25 0.32 0.14 13.52 0.5 0.72
Hex DC A5 95 0 19 20 E E 32 48
Octal 334 245 225 0 31 40 16 16 62 110
Binary 11011100 10100101 10010101 0 11001 100000 1110 1110 110010 1001000

Color Harmonies of #DCA595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA595

Black with #DCA595

Text Example


Text Example

White with #DCA595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA595; }

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

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

background-color css

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

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

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

border-color css

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

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

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