#DCAD95

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

Shades of Cashmere #DCAD95

Tints of Cashmere #DCAD95

Color information

#DCAD95 (or 0xDCAD95) is unknown color: approx Cashmere. HEX triplet: DC, AD and 95. RGB value is (220,173,149). Sum of RGB (Red+Green+Blue) = 220+173+149=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 173 (67.97% from 255 or 31.92% from 542); Blue value is 149 (58.59% from 255 or 27.49% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAD95 is #23526A. Grayscale: #B8B8B8. Windows color (decimal): -2314859 or 9809372. OLE color: 9809372.

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

Color convert

RGB220173149-
CMYK00.210.320.14
HSL20.28º50.35%72.35%-
HSV(B)20.28º32.27%86.27%-
XYZ49.8847.2734.93-
YUV184.32108.07153.45-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.59%
GREEN value IS 173 (67.97% from 255) = 31.92%
BLUE value IS 149 (58.59% from 255) = 27.49%
R=40.59%
G=31.92%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017314900.210.320.1420.2850.3572.35
HexDCAD9501520E143248
Octal33425522502540162462110
Binary1101110010101101100101010101011000001110101001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAD95; }

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

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

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

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

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

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

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

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