Html Css Color HEX #DCAE92 Cashmere

📋 copy color: '#DCAE92'

red 220 ◦ green 174 ◦ blue 146

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

Shades of Cashmere #DCAE92

Tints of Cashmere #DCAE92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.04%

R = 40.74%
G = 32.22%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DCAE92 (or 0xDCAE92) is known color: Cashmere. HEX triplet: DC, AE and 92. RGB value is (220,174,146). Sum of RGB (Red+Green+Blue) = 220+174+146=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 174 (68.36% from 255 or 32.22% from 540); Blue value is 146 (57.42% from 255 or 27.04% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAE92 is #23516D. Grayscale: #B8B8B8. Windows color (decimal): -2314606 or 9613020. OLE color: 9613020.

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

Color convert

RGB 220 174 146 -
CMYK 0 0.21 0.34 0.14
HSL 22.7º 0.51% 0.72% -
HSV(B) 22.7º 0.34% 0.86% -
XYZ 49.84 47.56 33.75 -
YUV 184.56 106.24 153.28 -
System Red Green Blue C M Y K H S L
Decimal 220 174 146 0 0.21 0.34 0.14 22.7 0.51 0.72
Hex DC AE 92 0 15 22 E 17 33 48
Octal 334 256 222 0 25 42 16 27 63 110
Binary 11011100 10101110 10010010 0 10101 100010 1110 10111 110011 1001000

Color Harmonies of #DCAE92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAE92

Black with #DCAE92

Text Example


Text Example

White with #DCAE92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAE92; }

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

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

background-color css

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

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

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

border-color css

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

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

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