#DCA195

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

Shades of Rose #DCA195

Tints of Rose #DCA195

Color information

#DCA195 (or 0xDCA195) is unknown color: approx Rose. HEX triplet: DC, A1 and 95. RGB value is (220,161,149). Sum of RGB (Red+Green+Blue) = 220+161+149=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 161 (63.28% from 255 or 30.38% from 530); Blue value is 149 (58.59% from 255 or 28.11% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA195 is #235E6A. Grayscale: #B1B1B1. Windows color (decimal): -2317931 or 9806300. OLE color: 9806300.

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

Color convert

RGB220161149-
CMYK00.270.320.14
HSL10.14º50.35%72.35%-
HSV(B)10.14º32.27%86.27%-
XYZ47.6842.8834.2-
YUV177.27112.05158.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.51%
GREEN value IS 161 (63.28% from 255) = 30.38%
BLUE value IS 149 (58.59% from 255) = 28.11%
R=41.51%
G=30.38%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016114900.270.320.1410.1450.3572.35
HexDCA19501B20Ea3248
Octal33424122503340161262110
Binary110111001010000110010101011011100000111010101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA195; }

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

 H1.HeaderClassName
 {
   color: #DCA195;
 }
 .AnyTagClassName
 {
   color: #DCA195;
 }
</style>
background-color css

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

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

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

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

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

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