Html Css Color HEX #DCAE97 Cashmere

📋 copy color: '#DCAE97'

red 220 ◦ green 174 ◦ blue 151

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

Shades of Cashmere #DCAE97

Tints of Cashmere #DCAE97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 27.71%

R = 40.37%
G = 31.93%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DCAE97 (or 0xDCAE97) is known color: Cashmere. HEX triplet: DC, AE and 97. RGB value is (220,174,151). Sum of RGB (Red+Green+Blue) = 220+174+151=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 151 (59.38% from 255 or 27.71% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAE97 is #235168. Grayscale: #B9B9B9. Windows color (decimal): -2314601 or 9940700. OLE color: 9940700.

HSL color Cylindrical-coordinate representation of color #DCAE97: hue angle of 20º degrees, saturation: 0.5, 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 #DCAE97 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 174 151 -
CMYK 0 0.21 0.31 0.14
HSL 20º 0.5% 0.73% -
HSV(B) 20º 0.31% 0.86% -
XYZ 50.24 47.72 35.84 -
YUV 185.13 108.74 152.87 -
System Red Green Blue C M Y K H S L
Decimal 220 174 151 0 0.21 0.31 0.14 20 0.5 0.73
Hex DC AE 97 0 15 1F E 14 32 49
Octal 334 256 227 0 25 37 16 24 62 111
Binary 11011100 10101110 10010111 0 10101 11111 1110 10100 110010 1001001

Color Harmonies of #DCAE97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAE97

Black with #DCAE97

Text Example


Text Example

White with #DCAE97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAE97; }

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

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

background-color css

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

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

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

border-color css

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

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

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