#DCA695

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

Shades of Rose #DCA695

Tints of Rose #DCA695

Color information

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

RGB220166149-
CMYK00.250.320.14
HSL14.37º50.35%72.35%-
HSV(B)14.37º32.27%86.27%-
XYZ48.5844.6634.49-
YUV180.21110.39156.38-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016614900.250.320.1414.3750.3572.35
HexDCA69501920Ee3248
Octal33424622503140161662110
Binary110111001010011010010101011001100000111011101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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