Html Css Color HEX #DCB49E Cashmere

📋 copy color: '#DCB49E'

red 220 ◦ green 180 ◦ blue 158

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

Shades of Cashmere #DCB49E

Tints of Cashmere #DCB49E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.26%

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

R = 39.43%
G = 32.26%
B = 28.32%

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

#DCB49E (or 0xDCB49E) is known color: Cashmere. HEX triplet: DC, B4 and 9E. RGB value is (220,180,158). Sum of RGB (Red+Green+Blue) = 220+180+158=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 180 (70.70% from 255 or 32.26% from 558); Blue value is 158 (62.11% from 255 or 28.32% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB49E is #234B61. Grayscale: #BDBDBD. Windows color (decimal): -2313058 or 10400988. OLE color: 10400988.

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

Color convert

RGB 220 180 158 -
CMYK 0 0.18 0.28 0.14
HSL 21.29º 0.47% 0.74% -
HSV(B) 21.29º 0.28% 0.86% -
XYZ 52.01 50.33 39.32 -
YUV 189.45 110.25 149.79 -
System Red Green Blue C M Y K H S L
Decimal 220 180 158 0 0.18 0.28 0.14 21.29 0.47 0.74
Hex DC B4 9E 0 12 1C E 15 2F 4A
Octal 334 264 236 0 22 34 16 25 57 112
Binary 11011100 10110100 10011110 0 10010 11100 1110 10101 101111 1001010

Color Harmonies of #DCB49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB49E

Black with #DCB49E

Text Example


Text Example

White with #DCB49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB49E; }

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

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

background-color css

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

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

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

border-color css

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

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

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