#D7B298

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

Shades of Cashmere #D7B298

Tints of Cashmere #D7B298

Color information

#D7B298 (or 0xD7B298) is unknown color: approx Cashmere. HEX triplet: D7, B2 and 98. RGB value is (215,178,152). Sum of RGB (Red+Green+Blue) = 215+178+152=545 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.45% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 152 (59.77% from 255 or 27.89% from 545); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B298 is #284D67. Grayscale: #BABABA. Windows color (decimal): -2641256 or 10007255. OLE color: 10007255.

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

Color convert

RGB215178152-
CMYK00.170.290.16
HSL24.76º44.06%71.96%-
HSV(B)24.76º29.3%84.31%-
XYZ49.6148.5536.46-
YUV186.1108.76148.61-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.45%
GREEN value IS 178 (69.92% from 255) = 32.66%
BLUE value IS 152 (59.77% from 255) = 27.89%
R=39.45%
G=32.66%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517815200.170.290.1624.7644.0671.96
HexD7B2980111D10192c48
Octal32726223002135203154110
Binary1101011110110010100110000100011110110000110011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B298; }

 p { color: rgb(215,178,152); }

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

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

 a { background-color: rgb(215,178,152); }

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

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

 span { border-color: rgb(215,178,152); }

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