#DCAE9A

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

Shades of Cashmere #DCAE9A

Tints of Cashmere #DCAE9A

Color information

#DCAE9A (or 0xDCAE9A) is unknown color: approx Cashmere. HEX triplet: DC, AE and 9A. RGB value is (220,174,154). Sum of RGB (Red+Green+Blue) = 220+174+154=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 174 (68.36% from 255 or 31.75% from 548); Blue value is 154 (60.55% from 255 or 28.10% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAE9A is #235165. Grayscale: #B9B9B9. Windows color (decimal): -2314598 or 10137308. OLE color: 10137308.

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

Color convert

RGB220174154-
CMYK00.210.30.14
HSL18.18º48.53%73.33%-
HSV(B)18.18º30%86.27%-
XYZ50.4847.8237.14-
YUV185.47110.24152.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.15%
GREEN value IS 174 (68.36% from 255) = 31.75%
BLUE value IS 154 (60.55% from 255) = 28.10%
R=40.15%
G=31.75%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.3
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017415400.210.30.1418.1848.5373.33
HexDCAE9A0151EE123149
Octal33425623202536162261111
Binary110111001010111010011010010101111101110100101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAE9A; }

 p { color: rgb(220,174,154); }

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

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

 a { background-color: rgb(220,174,154); }

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

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

 span { border-color: rgb(220,174,154); }

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