#D6BA79

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

Shades of Straw #D6BA79

Tints of Straw #D6BA79

Color information

#D6BA79 (or 0xD6BA79) is unknown color: approx Straw. HEX triplet: D6, BA and 79. RGB value is (214,186,121). Sum of RGB (Red+Green+Blue) = 214+186+121=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 121 (47.66% from 255 or 23.22% from 521); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BA79 is #294586. Grayscale: #BBBBBB. Windows color (decimal): -2704775 or 7977686. OLE color: 7977686.

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

Color convert

RGB214186121-
CMYK00.130.430.16
HSL41.94º53.14%65.69%-
HSV(B)41.94º43.46%83.92%-
XYZ48.7450.7925.32-
YUV186.9690.78147.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.07%
GREEN value IS 186 (73.05% from 255) = 35.70%
BLUE value IS 121 (47.66% from 255) = 23.22%
R=41.07%
G=35.70%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418612100.130.430.1641.9453.1465.69
HexD6BA790D2B102a3542
Octal32627217101553205265102
Binary1101011010111010111100101101101011100001010101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BA79; }

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

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

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

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

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

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

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

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