#D7B19A

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

Shades of Cashmere #D7B19A

Tints of Cashmere #D7B19A

Color information

#D7B19A (or 0xD7B19A) is unknown color: approx Cashmere. HEX triplet: D7, B1 and 9A. RGB value is (215,177,154). Sum of RGB (Red+Green+Blue) = 215+177+154=546 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.38% from 546); Green value is 177 (69.53% from 255 or 32.42% from 546); Blue value is 154 (60.55% from 255 or 28.21% from 546); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B19A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B19A is #284E65. Grayscale: #B9B9B9. Windows color (decimal): -2641510 or 10138071. OLE color: 10138071.

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

Color convert

RGB215177154-
CMYK00.180.280.16
HSL22.62º43.26%72.35%-
HSV(B)22.62º28.37%84.31%-
XYZ49.5848.2237.27-
YUV185.74110.09148.87-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.38%
GREEN value IS 177 (69.53% from 255) = 32.42%
BLUE value IS 154 (60.55% from 255) = 28.21%
R=39.38%
G=32.42%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517715400.180.280.1622.6243.2672.35
HexD7B19A0121C10172b48
Octal32726123202234202753110
Binary1101011110110001100110100100101110010000101111010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B19A; }

 p { color: rgb(215,177,154); }

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

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

 a { background-color: rgb(215,177,154); }

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

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

 span { border-color: rgb(215,177,154); }

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