#D6BA82

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

Shades of Straw #D6BA82

Tints of Straw #D6BA82

Color information

#D6BA82 (or 0xD6BA82) is unknown color: approx Straw. HEX triplet: D6, BA and 82. RGB value is (214,186,130). Sum of RGB (Red+Green+Blue) = 214+186+130=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 130 (51.17% from 255 or 24.53% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BA82 is #29457D. Grayscale: #BCBCBC. Windows color (decimal): -2704766 or 8567510. OLE color: 8567510.

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

Color convert

RGB214186130-
CMYK00.130.390.16
HSL40º50.6%67.45%-
HSV(B)40º39.25%83.92%-
XYZ49.3251.0328.37-
YUV187.9995.28146.55-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.38%
GREEN value IS 186 (73.05% from 255) = 35.09%
BLUE value IS 130 (51.17% from 255) = 24.53%
R=40.38%
G=35.09%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418613000.130.390.164050.667.45
HexD6BA820D2710283343
Octal32627220201547205063103
Binary11010110101110101000001001101100111100001010001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BA82; }

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

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

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

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

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

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

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

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