#D6BA99

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

Shades of Cashmere #D6BA99

Tints of Cashmere #D6BA99

Color information

#D6BA99 (or 0xD6BA99) is unknown color: approx Cashmere. HEX triplet: D6, BA and 99. RGB value is (214,186,153). Sum of RGB (Red+Green+Blue) = 214+186+153=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 153 (60.16% from 255 or 27.67% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BA99 is #294566. Grayscale: #BEBEBE. Windows color (decimal): -2704743 or 10074838. OLE color: 10074838.

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

Color convert

RGB214186153-
CMYK00.130.290.16
HSL32.46º42.66%71.96%-
HSV(B)32.46º28.5%83.92%-
XYZ51.0451.7137.43-
YUV190.61106.78144.68-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.70%
GREEN value IS 186 (73.05% from 255) = 33.63%
BLUE value IS 153 (60.16% from 255) = 27.67%
R=38.70%
G=33.63%
B=27.67%

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
Decimal21418615300.130.290.1632.4642.6671.96
HexD6BA990D1D10202b48
Octal32627223101535204053110
Binary1101011010111010100110010110111101100001000001010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BA99; }

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

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

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

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

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

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

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

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