#DCA595

Color #DCA595 Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose #DCA595

Tints of Rose #DCA595

Color information

#DCA595 (or 0xDCA595) is unknown color: approx 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

RGB220165149-
CMYK00.250.320.14
HSL13.52º50.35%72.35%-
HSV(B)13.52º32.27%86.27%-
XYZ48.444.334.43-
YUV179.62110.72156.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.20%
GREEN value IS 165 (64.84% from 255) = 30.90%
BLUE value IS 149 (58.59% from 255) = 27.90%
R=41.20%
G=30.90%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016514900.250.320.1413.5250.3572.35
HexDCA59501920Ee3248
Octal33424522503140161662110
Binary110111001010010110010101011001100000111011101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>