#D9B294

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

Shades of Cashmere #D9B294

Tints of Cashmere #D9B294

Color information

#D9B294 (or 0xD9B294) is unknown color: approx Cashmere. HEX triplet: D9, B2 and 94. RGB value is (217,178,148). Sum of RGB (Red+Green+Blue) = 217+178+148=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 178 (69.92% from 255 or 32.78% from 543); Blue value is 148 (58.20% from 255 or 27.26% from 543); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B294 is #264D6B. Grayscale: #BABABA. Windows color (decimal): -2510188 or 9745113. OLE color: 9745113.

HSL color Cylindrical-coordinate representation of color #D9B294: hue angle of 26.09º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D9B294 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB217178148-
CMYK00.180.320.15
HSL26.09º47.59%71.57%-
HSV(B)26.09º31.8%85.1%-
XYZ49.8848.7334.79-
YUV186.24106.42149.94-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.96%
GREEN value IS 178 (69.92% from 255) = 32.78%
BLUE value IS 148 (58.20% from 255) = 27.26%
R=39.96%
G=32.78%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717814800.180.320.1526.0947.5971.57
HexD9B29401220F1a3048
Octal33126222402240173260110
Binary1101100110110010100101000100101000001111110101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B294; }

 p { color: rgb(217,178,148); }

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

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

 a { background-color: rgb(217,178,148); }

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

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

 span { border-color: rgb(217,178,148); }

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