Html Css Color HEX #DCAE99 Cashmere

📋 copy color: '#DCAE99'

red 220 ◦ green 174 ◦ blue 153

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

Shades of Cashmere #DCAE99

Tints of Cashmere #DCAE99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 27.97%

R = 40.22%
G = 31.81%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DCAE99 (or 0xDCAE99) is known color: Cashmere. HEX triplet: DC, AE and 99. RGB value is (220,174,153). Sum of RGB (Red+Green+Blue) = 220+174+153=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 153 (60.16% from 255 or 27.97% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAE99 is #235166. Grayscale: #B9B9B9. Windows color (decimal): -2314599 or 10071772. OLE color: 10071772.

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

Color convert

RGB 220 174 153 -
CMYK 0 0.21 0.30 0.14
HSL 18.81º 0.49% 0.73% -
HSV(B) 18.81º 0.3% 0.86% -
XYZ 50.4 47.79 36.7 -
YUV 185.36 109.74 152.71 -
System Red Green Blue C M Y K H S L
Decimal 220 174 153 0 0.21 0.30 0.14 18.81 0.49 0.73
Hex DC AE 99 0 15 1E E 13 31 49
Octal 334 256 231 0 25 36 16 23 61 111
Binary 11011100 10101110 10011001 0 10101 11110 1110 10011 110001 1001001

Color Harmonies of #DCAE99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAE99

Black with #DCAE99

Text Example


Text Example

White with #DCAE99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAE99; }

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

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

background-color css

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

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

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

border-color css

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

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

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