Html Css Color HEX #DCAE94 Cashmere

📋 copy color: '#DCAE94'

red 220 ◦ green 174 ◦ blue 148

#DCAE94
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cashmere #DCAE94

Tints of Cashmere #DCAE94

RGB

 RED value IS 220 (86.33% from 255) = 40.59%

 GREEN value IS 174 (68.36% from 255) = 32.1%

 BLUE value IS 148 (58.2% from 255) = 27.31%

R = 40.59%
G = 32.1%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DCAE94 (or 0xDCAE94) is known color: Cashmere. HEX triplet: DC, AE and 94. RGB value is (220,174,148). Sum of RGB (Red+Green+Blue) = 220+174+148=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 174 (68.36% from 255 or 32.10% from 542); Blue value is 148 (58.20% from 255 or 27.31% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAE94 is #23516B. Grayscale: #B8B8B8. Windows color (decimal): -2314604 or 9744092. OLE color: 9744092.

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

Color convert

RGB 220 174 148 -
CMYK 0 0.21 0.33 0.14
HSL 21.67º 0.51% 0.72% -
HSV(B) 21.67º 0.33% 0.86% -
XYZ 50 47.63 34.57 -
YUV 184.79 107.24 153.11 -
System Red Green Blue C M Y K H S L
Decimal 220 174 148 0 0.21 0.33 0.14 21.67 0.51 0.72
Hex DC AE 94 0 15 21 E 16 33 48
Octal 334 256 224 0 25 41 16 26 63 110
Binary 11011100 10101110 10010100 0 10101 100001 1110 10110 110011 1001000

Color Harmonies of #DCAE94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAE94

Black with #DCAE94

Text Example


Text Example

White with #DCAE94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAE94; }

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

 H1.HeaderClassName
 {
   color: #DCAE94;
 }
 .AnyTagClassName
 {
   color: #DCAE94;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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