Html Css Color HEX #DCB49F Cashmere

📋 copy color: '#DCB49F'

red 220 ◦ green 180 ◦ blue 159

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

Shades of Cashmere #DCB49F

Tints of Cashmere #DCB49F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 28.44%

R = 39.36%
G = 32.2%
B = 28.44%

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

#DCB49F (or 0xDCB49F) is known color: Cashmere. HEX triplet: DC, B4 and 9F. RGB value is (220,180,159). Sum of RGB (Red+Green+Blue) = 220+180+159=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 180 (70.70% from 255 or 32.20% from 559); Blue value is 159 (62.5% from 255 or 28.44% from 559); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB49F is #234B60. Grayscale: #BDBDBD. Windows color (decimal): -2313057 or 10466524. OLE color: 10466524.

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

Color convert

RGB 220 180 159 -
CMYK 0 0.18 0.28 0.14
HSL 20.66º 0.47% 0.74% -
HSV(B) 20.66º 0.28% 0.86% -
XYZ 52.09 50.36 39.78 -
YUV 189.57 110.75 149.71 -
System Red Green Blue C M Y K H S L
Decimal 220 180 159 0 0.18 0.28 0.14 20.66 0.47 0.74
Hex DC B4 9F 0 12 1C E 15 2F 4A
Octal 334 264 237 0 22 34 16 25 57 112
Binary 11011100 10110100 10011111 0 10010 11100 1110 10101 101111 1001010

Color Harmonies of #DCB49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB49F

Black with #DCB49F

Text Example


Text Example

White with #DCB49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB49F; }

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

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

background-color css

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

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

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

border-color css

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

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

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