#D6B799

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

Shades of Cashmere #D6B799

Tints of Cashmere #D6B799

Color information

#D6B799 (or 0xD6B799) is unknown color: approx Cashmere. HEX triplet: D6, B7 and 99. RGB value is (214,183,153). Sum of RGB (Red+Green+Blue) = 214+183+153=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 183 (71.88% from 255 or 33.27% from 550); Blue value is 153 (60.16% from 255 or 27.82% from 550); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B799 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B799 is #294866. Grayscale: #BDBDBD. Windows color (decimal): -2705511 or 10074070. OLE color: 10074070.

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

Color convert

RGB214183153-
CMYK00.140.290.16
HSL29.51º42.66%71.96%-
HSV(B)29.51º28.5%83.92%-
XYZ50.4150.4637.22-
YUV188.85107.77145.94-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.91%
GREEN value IS 183 (71.88% from 255) = 33.27%
BLUE value IS 153 (60.16% from 255) = 27.82%
R=38.91%
G=33.27%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418315300.140.290.1629.5142.6671.96
HexD6B7990E1D101e2b48
Octal32626723101635203653110
Binary110101101011011110011001011101110110000111101010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B799; }

 p { color: rgb(214,183,153); }

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

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

 a { background-color: rgb(214,183,153); }

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

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

 span { border-color: rgb(214,183,153); }

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