#DCAE98

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

Shades of Cashmere #DCAE98

Tints of Cashmere #DCAE98

Color information

#DCAE98 (or 0xDCAE98) is unknown color: approx Cashmere. HEX triplet: DC, AE and 98. RGB value is (220,174,152). Sum of RGB (Red+Green+Blue) = 220+174+152=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 174 (68.36% from 255 or 31.87% from 546); Blue value is 152 (59.77% from 255 or 27.84% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAE98 is #235167. Grayscale: #B9B9B9. Windows color (decimal): -2314600 or 10006236. OLE color: 10006236.

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

Color convert

RGB220174152-
CMYK00.210.310.14
HSL19.41º49.28%72.94%-
HSV(B)19.41º30.91%86.27%-
XYZ50.3247.7536.27-
YUV185.25109.24152.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.29%
GREEN value IS 174 (68.36% from 255) = 31.87%
BLUE value IS 152 (59.77% from 255) = 27.84%
R=40.29%
G=31.87%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017415200.210.310.1419.4149.2872.94
HexDCAE980151FE133149
Octal33425623002537162361111
Binary110111001010111010011000010101111111110100111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAE98; }

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

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

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

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

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

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

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

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