#DCB89D

Color #DCB89D Cashmere (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cashmere #DCB89D

Tints of Cashmere #DCB89D

Color information

#DCB89D (or 0xDCB89D) is unknown color: approx Cashmere. HEX triplet: DC, B8 and 9D. RGB value is (220,184,157). Sum of RGB (Red+Green+Blue) = 220+184+157=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 184 (72.27% from 255 or 32.80% from 561); Blue value is 157 (61.72% from 255 or 27.99% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB89D is #234762. Grayscale: #BFBFBF. Windows color (decimal): -2312035 or 10336476. OLE color: 10336476.

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

Color convert

RGB220184157-
CMYK00.160.290.14
HSL25.71º47.37%73.92%-
HSV(B)25.71º28.64%86.27%-
XYZ52.7451.9339.14-
YUV191.69108.43148.2-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.22%
GREEN value IS 184 (72.27% from 255) = 32.80%
BLUE value IS 157 (61.72% from 255) = 27.99%
R=39.22%
G=32.80%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018415700.160.290.1425.7147.3773.92
HexDCB89D0101DE1a2f4a
Octal33427023502035163257112
Binary110111001011100010011101010000111011110110101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB89D; }

 p { color: rgb(220,184,157); }

 H1.HeaderClassName
 {
   color: #DCB89D;
 }
 .AnyTagClassName
 {
   color: #DCB89D;
 }
</style>
background-color css

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

 a { background-color: rgb(220,184,157); }

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

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

 span { border-color: rgb(220,184,157); }

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