Html Css Color HEX #DCB095 Cashmere

📋 copy color: '#DCB095'

red 220 ◦ green 176 ◦ blue 149

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

Shades of Cashmere #DCB095

Tints of Cashmere #DCB095

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.29%

 BLUE value IS 149 (58.59% from 255) = 27.34%

R = 40.37%
G = 32.29%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DCB095 (or 0xDCB095) is known color: Cashmere. HEX triplet: DC, B0 and 95. RGB value is (220,176,149). Sum of RGB (Red+Green+Blue) = 220+176+149=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 176 (69.14% from 255 or 32.29% from 545); Blue value is 149 (58.59% from 255 or 27.34% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB095 is #234F6A. Grayscale: #BABABA. Windows color (decimal): -2314091 or 9810140. OLE color: 9810140.

HSL color Cylindrical-coordinate representation of color #DCB095: hue angle of 22.82º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCB095 is Cyan = 0, Magento = 0.2, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 176 149 -
CMYK 0 0.2 0.32 0.14
HSL 22.82º 0.5% 0.72% -
HSV(B) 22.82º 0.32% 0.86% -
XYZ 50.47 48.44 35.12 -
YUV 186.08 107.08 152.2 -
System Red Green Blue C M Y K H S L
Decimal 220 176 149 0 0.2 0.32 0.14 22.82 0.5 0.72
Hex DC B0 95 0 14 20 E 17 32 48
Octal 334 260 225 0 24 40 16 27 62 110
Binary 11011100 10110000 10010101 0 10100 100000 1110 10111 110010 1001000

Color Harmonies of #DCB095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB095

Black with #DCB095

Text Example


Text Example

White with #DCB095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB095; }

 p { color: rgb(220,176,149); }

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

background-color css

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

 a { background-color: rgb(220,176,149); }

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

border-color css

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

 span { border-color: rgb(220,176,149); }

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