Html Css Color HEX #DCAD92 Cashmere

📋 copy color: '#DCAD92'

red 220 ◦ green 173 ◦ blue 146

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

Shades of Cashmere #DCAD92

Tints of Cashmere #DCAD92

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.1%

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

R = 40.82%
G = 32.1%
B = 27.09%

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

#DCAD92 (or 0xDCAD92) is known color: Cashmere. HEX triplet: DC, AD and 92. RGB value is (220,173,146). Sum of RGB (Red+Green+Blue) = 220+173+146=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 146 (57.42% from 255 or 27.09% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAD92 is #23526D. Grayscale: #B8B8B8. Windows color (decimal): -2314862 or 9612764. OLE color: 9612764.

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

Color convert

RGB 220 173 146 -
CMYK 0 0.21 0.34 0.14
HSL 21.89º 0.51% 0.72% -
HSV(B) 21.89º 0.34% 0.86% -
XYZ 49.65 47.18 33.68 -
YUV 183.98 106.57 153.7 -
System Red Green Blue C M Y K H S L
Decimal 220 173 146 0 0.21 0.34 0.14 21.89 0.51 0.72
Hex DC AD 92 0 15 22 E 16 33 48
Octal 334 255 222 0 25 42 16 26 63 110
Binary 11011100 10101101 10010010 0 10101 100010 1110 10110 110011 1001000

Color Harmonies of #DCAD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD92

Black with #DCAD92

Text Example


Text Example

White with #DCAD92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAD92; }

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

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

background-color css

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

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

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

border-color css

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

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

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