#D6BA9A

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

Shades of Cashmere #D6BA9A

Tints of Cashmere #D6BA9A

Color information

#D6BA9A (or 0xD6BA9A) is unknown color: approx Cashmere. HEX triplet: D6, BA and 9A. RGB value is (214,186,154). Sum of RGB (Red+Green+Blue) = 214+186+154=554 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.63% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 154 (60.55% from 255 or 27.80% from 554); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BA9A is #294565. Grayscale: #BEBEBE. Windows color (decimal): -2704742 or 10140374. OLE color: 10140374.

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

Color convert

RGB214186154-
CMYK00.130.280.16
HSL32º42.25%72.16%-
HSV(B)32º28.04%83.92%-
XYZ51.1251.7537.87-
YUV190.72107.28144.6-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.63%
GREEN value IS 186 (73.05% from 255) = 33.57%
BLUE value IS 154 (60.55% from 255) = 27.80%
R=38.63%
G=33.57%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418615400.130.280.163242.2572.16
HexD6BA9A0D1C10202a48
Octal32627223201534204052110
Binary1101011010111010100110100110111100100001000001010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BA9A; }

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

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

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

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

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

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

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

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