Html Css Color HEX #DCAE96 Cashmere

📋 copy color: '#DCAE96'

red 220 ◦ green 174 ◦ blue 150

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

Shades of Cashmere #DCAE96

Tints of Cashmere #DCAE96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.57%

R = 40.44%
G = 31.99%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DCAE96 (or 0xDCAE96) is known color: Cashmere. HEX triplet: DC, AE and 96. RGB value is (220,174,150). Sum of RGB (Red+Green+Blue) = 220+174+150=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 174 (68.36% from 255 or 31.99% from 544); Blue value is 150 (58.98% from 255 or 27.57% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAE96 is #235169. Grayscale: #B9B9B9. Windows color (decimal): -2314602 or 9875164. OLE color: 9875164.

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

Color convert

RGB 220 174 150 -
CMYK 0 0.21 0.32 0.14
HSL 20.57º 0.5% 0.73% -
HSV(B) 20.57º 0.32% 0.86% -
XYZ 50.16 47.69 35.42 -
YUV 185.02 108.24 152.95 -
System Red Green Blue C M Y K H S L
Decimal 220 174 150 0 0.21 0.32 0.14 20.57 0.5 0.73
Hex DC AE 96 0 15 20 E 15 32 49
Octal 334 256 226 0 25 40 16 25 62 111
Binary 11011100 10101110 10010110 0 10101 100000 1110 10101 110010 1001001

Color Harmonies of #DCAE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAE96

Black with #DCAE96

Text Example


Text Example

White with #DCAE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAE96; }

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

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

background-color css

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

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

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

border-color css

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

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

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