Html Css Color HEX #DCB09B Cashmere

📋 copy color: '#DCB09B'

red 220 ◦ green 176 ◦ blue 155

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

Shades of Cashmere #DCB09B

Tints of Cashmere #DCB09B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.13%

R = 39.93%
G = 31.94%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DCB09B (or 0xDCB09B) is known color: Cashmere. HEX triplet: DC, B0 and 9B. RGB value is (220,176,155). Sum of RGB (Red+Green+Blue) = 220+176+155=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 176 (69.14% from 255 or 31.94% from 551); Blue value is 155 (60.94% from 255 or 28.13% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB09B is #234F64. Grayscale: #BABABA. Windows color (decimal): -2314085 or 10203356. OLE color: 10203356.

HSL color Cylindrical-coordinate representation of color #DCB09B: hue angle of 19.38º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCB09B is Cyan = 0, Magento = 0.2, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 176 155 -
CMYK 0 0.2 0.30 0.14
HSL 19.38º 0.48% 0.74% -
HSV(B) 19.38º 0.3% 0.86% -
XYZ 50.96 48.63 37.71 -
YUV 186.76 110.08 151.71 -
System Red Green Blue C M Y K H S L
Decimal 220 176 155 0 0.2 0.30 0.14 19.38 0.48 0.74
Hex DC B0 9B 0 14 1E E 13 30 4A
Octal 334 260 233 0 24 36 16 23 60 112
Binary 11011100 10110000 10011011 0 10100 11110 1110 10011 110000 1001010

Color Harmonies of #DCB09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB09B

Black with #DCB09B

Text Example


Text Example

White with #DCB09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB09B; }

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

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

background-color css

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

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

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

border-color css

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

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

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