#D2BA82

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

Shades of Straw #D2BA82

Tints of Straw #D2BA82

Color information

#D2BA82 (or 0xD2BA82) is unknown color: approx Straw. HEX triplet: D2, BA and 82. RGB value is (210,186,130). Sum of RGB (Red+Green+Blue) = 210+186+130=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 130 (51.17% from 255 or 24.71% from 526); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BA82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BA82 is #2D457D. Grayscale: #BBBBBB. Windows color (decimal): -2966910 or 8567506. OLE color: 8567506.

HSL color Cylindrical-coordinate representation of color #D2BA82: hue angle of 42º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D2BA82 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB210186130-
CMYK00.110.380.18
HSL42º47.06%66.67%-
HSV(B)42º38.1%82.35%-
XYZ48.1750.4328.31-
YUV186.7995.95144.55-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.92%
GREEN value IS 186 (73.05% from 255) = 35.36%
BLUE value IS 130 (51.17% from 255) = 24.71%
R=39.92%
G=35.36%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018613000.110.380.184247.0666.67
HexD2BA820B26122a2f43
Octal32227220201346225257103
Binary11010010101110101000001001011100110100101010101011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BA82; }

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

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

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

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

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

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

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

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