Html Css Color HEX #DCB59E Cashmere

📋 copy color: '#DCB59E'

red 220 ◦ green 181 ◦ blue 158

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

Shades of Cashmere #DCB59E

Tints of Cashmere #DCB59E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.38%

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

R = 39.36%
G = 32.38%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DCB59E (or 0xDCB59E) is known color: Cashmere. HEX triplet: DC, B5 and 9E. RGB value is (220,181,158). Sum of RGB (Red+Green+Blue) = 220+181+158=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 181 (71.09% from 255 or 32.38% from 559); Blue value is 158 (62.11% from 255 or 28.26% from 559); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB59E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB59E is #234A61. Grayscale: #BEBEBE. Windows color (decimal): -2312802 or 10401244. OLE color: 10401244.

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

Color convert

RGB 220 181 158 -
CMYK 0 0.18 0.28 0.14
HSL 22.26º 0.47% 0.74% -
HSV(B) 22.26º 0.28% 0.86% -
XYZ 52.21 50.73 39.39 -
YUV 190.04 109.92 149.37 -
System Red Green Blue C M Y K H S L
Decimal 220 181 158 0 0.18 0.28 0.14 22.26 0.47 0.74
Hex DC B5 9E 0 12 1C E 16 2F 4A
Octal 334 265 236 0 22 34 16 26 57 112
Binary 11011100 10110101 10011110 0 10010 11100 1110 10110 101111 1001010

Color Harmonies of #DCB59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB59E

Black with #DCB59E

Text Example


Text Example

White with #DCB59E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB59E; }

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

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

background-color css

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

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

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

border-color css

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

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

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