#D5B998

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

Shades of Cashmere #D5B998

Tints of Cashmere #D5B998

Color information

#D5B998 (or 0xD5B998) is unknown color: approx Cashmere. HEX triplet: D5, B9 and 98. RGB value is (213,185,152). Sum of RGB (Red+Green+Blue) = 213+185+152=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 185 (72.66% from 255 or 33.64% from 550); Blue value is 152 (59.77% from 255 or 27.64% from 550); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B998 is #2A4667. Grayscale: #BDBDBD. Windows color (decimal): -2770536 or 10009045. OLE color: 10009045.

HSL color Cylindrical-coordinate representation of color #D5B998: hue angle of 32.46º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D5B998 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB213185152-
CMYK00.130.290.16
HSL32.46º42.07%71.57%-
HSV(B)32.46º28.64%83.53%-
XYZ50.4651.1136.91-
YUV189.61106.78144.68-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.73%
GREEN value IS 185 (72.66% from 255) = 33.64%
BLUE value IS 152 (59.77% from 255) = 27.64%
R=38.73%
G=33.64%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318515200.130.290.1632.4642.0771.57
HexD5B9980D1D10202a48
Octal32527123001535204052110
Binary1101010110111001100110000110111101100001000001010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B998; }

 p { color: rgb(213,185,152); }

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

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

 a { background-color: rgb(213,185,152); }

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

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

 span { border-color: rgb(213,185,152); }

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