#DCAD91

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

Shades of Cashmere #DCAD91

Tints of Cashmere #DCAD91

Color information

#DCAD91 (or 0xDCAD91) is unknown color: approx Cashmere. HEX triplet: DC, AD and 91. RGB value is (220,173,145). Sum of RGB (Red+Green+Blue) = 220+173+145=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 145 (57.03% from 255 or 26.95% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAD91 is #23526E. Grayscale: #B8B8B8. Windows color (decimal): -2314863 or 9547228. OLE color: 9547228.

HSL color Cylindrical-coordinate representation of color #DCAD91: hue angle of 22.4º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCAD91 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB220173145-
CMYK00.210.340.14
HSL22.4º51.72%71.57%-
HSV(B)22.4º34.09%86.27%-
XYZ49.5747.1533.28-
YUV183.86106.07153.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.89%
GREEN value IS 173 (67.97% from 255) = 32.16%
BLUE value IS 145 (57.03% from 255) = 26.95%
R=40.89%
G=32.16%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017314500.210.340.1422.451.7271.57
HexDCAD9101522E163448
Octal33425522102542162664110
Binary1101110010101101100100010101011000101110101101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAD91; }

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

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

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

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

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

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

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

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