Html Css Color HEX #DCAE9A Cashmere

📋 copy color: '#DCAE9A'

red 220 ◦ green 174 ◦ blue 154

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

Shades of Cashmere #DCAE9A

Tints of Cashmere #DCAE9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28.1%

R = 40.15%
G = 31.75%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#DCAE9A (or 0xDCAE9A) is known color: Cashmere. HEX triplet: DC, AE and 9A. RGB value is (220,174,154). Sum of RGB (Red+Green+Blue) = 220+174+154=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 174 (68.36% from 255 or 31.75% from 548); Blue value is 154 (60.55% from 255 or 28.10% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAE9A is #235165. Grayscale: #B9B9B9. Windows color (decimal): -2314598 or 10137308. OLE color: 10137308.

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

Color convert

RGB 220 174 154 -
CMYK 0 0.21 0.3 0.14
HSL 18.18º 0.49% 0.73% -
HSV(B) 18.18º 0.3% 0.86% -
XYZ 50.48 47.82 37.14 -
YUV 185.47 110.24 152.63 -
System Red Green Blue C M Y K H S L
Decimal 220 174 154 0 0.21 0.3 0.14 18.18 0.49 0.73
Hex DC AE 9A 0 15 1E E 12 31 49
Octal 334 256 232 0 25 36 16 22 61 111
Binary 11011100 10101110 10011010 0 10101 11110 1110 10010 110001 1001001

Color Harmonies of #DCAE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAE9A

Black with #DCAE9A

Text Example


Text Example

White with #DCAE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAE9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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