Html Css Color HEX #DCB59D Cashmere

📋 copy color: '#DCB59D'

red 220 ◦ green 181 ◦ blue 157

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

Shades of Cashmere #DCB59D

Tints of Cashmere #DCB59D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 28.14%

R = 39.43%
G = 32.44%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DCB59D (or 0xDCB59D) is known color: Cashmere. HEX triplet: DC, B5 and 9D. RGB value is (220,181,157). Sum of RGB (Red+Green+Blue) = 220+181+157=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 181 (71.09% from 255 or 32.44% from 558); Blue value is 157 (61.72% from 255 or 28.14% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB59D is #234A62. Grayscale: #BEBEBE. Windows color (decimal): -2312803 or 10335708. OLE color: 10335708.

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

Color convert

RGB 220 181 157 -
CMYK 0 0.18 0.29 0.14
HSL 22.86º 0.47% 0.74% -
HSV(B) 22.86º 0.29% 0.86% -
XYZ 52.12 50.7 38.94 -
YUV 189.93 109.42 149.45 -
System Red Green Blue C M Y K H S L
Decimal 220 181 157 0 0.18 0.29 0.14 22.86 0.47 0.74
Hex DC B5 9D 0 12 1D E 17 2F 4A
Octal 334 265 235 0 22 35 16 27 57 112
Binary 11011100 10110101 10011101 0 10010 11101 1110 10111 101111 1001010

Color Harmonies of #DCB59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB59D

Black with #DCB59D

Text Example


Text Example

White with #DCB59D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB59D; }

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

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

background-color css

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

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

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

border-color css

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

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

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