#D6BA84

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

Shades of Straw #D6BA84

Tints of Straw #D6BA84

Color information

#D6BA84 (or 0xD6BA84) is unknown color: approx Straw. HEX triplet: D6, BA and 84. RGB value is (214,186,132). Sum of RGB (Red+Green+Blue) = 214+186+132=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 132 (51.95% from 255 or 24.81% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BA84 is #29457B. Grayscale: #BCBCBC. Windows color (decimal): -2704764 or 8698582. OLE color: 8698582.

HSL color Cylindrical-coordinate representation of color #D6BA84: hue angle of 39.51º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D6BA84 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB214186132-
CMYK00.130.380.16
HSL39.51º50%67.84%-
HSV(B)39.51º38.32%83.92%-
XYZ49.4651.0829.08-
YUV188.2296.28146.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.23%
GREEN value IS 186 (73.05% from 255) = 34.96%
BLUE value IS 132 (51.95% from 255) = 24.81%
R=40.23%
G=34.96%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418613200.130.380.1639.515067.84
HexD6BA840D2610283244
Octal32627220401546205062104
Binary11010110101110101000010001101100110100001010001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BA84; }

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

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

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

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

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

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

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

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