Html Css Color HEX #DCB39C Cashmere

📋 copy color: '#DCB39C'

red 220 ◦ green 179 ◦ blue 156

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

Shades of Cashmere #DCB39C

Tints of Cashmere #DCB39C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.25%

 BLUE value IS 156 (61.33% from 255) = 28.11%

R = 39.64%
G = 32.25%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DCB39C (or 0xDCB39C) is known color: Cashmere. HEX triplet: DC, B3 and 9C. RGB value is (220,179,156). Sum of RGB (Red+Green+Blue) = 220+179+156=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 179 (70.31% from 255 or 32.25% from 555); Blue value is 156 (61.33% from 255 or 28.11% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB39C is #234C63. Grayscale: #BCBCBC. Windows color (decimal): -2313316 or 10269660. OLE color: 10269660.

HSL color Cylindrical-coordinate representation of color #DCB39C: hue angle of 21.56º degrees, saturation: 0.48, 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 #DCB39C is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 179 156 -
CMYK 0 0.19 0.29 0.14
HSL 21.56º 0.48% 0.74% -
HSV(B) 21.56º 0.29% 0.86% -
XYZ 51.64 49.86 38.35 -
YUV 188.64 109.58 150.37 -
System Red Green Blue C M Y K H S L
Decimal 220 179 156 0 0.19 0.29 0.14 21.56 0.48 0.74
Hex DC B3 9C 0 13 1D E 16 30 4A
Octal 334 263 234 0 23 35 16 26 60 112
Binary 11011100 10110011 10011100 0 10011 11101 1110 10110 110000 1001010

Color Harmonies of #DCB39C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB39C

Black with #DCB39C

Text Example


Text Example

White with #DCB39C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB39C; }

 p { color: rgb(220,179,156); }

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

background-color css

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

 a { background-color: rgb(220,179,156); }

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

border-color css

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

 span { border-color: rgb(220,179,156); }

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