Html Css Color HEX #DCB79E Cashmere

📋 copy color: '#DCB79E'

red 220 ◦ green 183 ◦ blue 158

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

Shades of Cashmere #DCB79E

Tints of Cashmere #DCB79E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.62%

 BLUE value IS 158 (62.11% from 255) = 28.16%

R = 39.22%
G = 32.62%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DCB79E (or 0xDCB79E) is known color: Cashmere. HEX triplet: DC, B7 and 9E. RGB value is (220,183,158). Sum of RGB (Red+Green+Blue) = 220+183+158=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 183 (71.88% from 255 or 32.62% from 561); Blue value is 158 (62.11% from 255 or 28.16% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB79E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB79E is #234861. Grayscale: #BFBFBF. Windows color (decimal): -2312290 or 10401756. OLE color: 10401756.

HSL color Cylindrical-coordinate representation of color #DCB79E: hue angle of 24.19º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCB79E is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 183 158 -
CMYK 0 0.17 0.28 0.14
HSL 24.19º 0.47% 0.74% -
HSV(B) 24.19º 0.28% 0.86% -
XYZ 52.62 51.55 39.52 -
YUV 191.21 109.26 148.53 -
System Red Green Blue C M Y K H S L
Decimal 220 183 158 0 0.17 0.28 0.14 24.19 0.47 0.74
Hex DC B7 9E 0 11 1C E 18 2F 4A
Octal 334 267 236 0 21 34 16 30 57 112
Binary 11011100 10110111 10011110 0 10001 11100 1110 11000 101111 1001010

Color Harmonies of #DCB79E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB79E

Black with #DCB79E

Text Example


Text Example

White with #DCB79E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB79E; }

 p { color: rgb(220,183,158); }

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

background-color css

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

 a { background-color: rgb(220,183,158); }

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

border-color css

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

 span { border-color: rgb(220,183,158); }

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