#D6BA7E

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

Shades of Straw #D6BA7E

Tints of Straw #D6BA7E

Color information

#D6BA7E (or 0xD6BA7E) is unknown color: approx Straw. HEX triplet: D6, BA and 7E. RGB value is (214,186,126). Sum of RGB (Red+Green+Blue) = 214+186+126=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 126 (49.61% from 255 or 23.95% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BA7E is #294581. Grayscale: #BBBBBB. Windows color (decimal): -2704770 or 8305366. OLE color: 8305366.

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

Color convert

RGB214186126-
CMYK00.130.410.16
HSL40.91º51.76%66.67%-
HSV(B)40.91º41.12%83.92%-
XYZ49.0650.9226.98-
YUV187.5393.28146.88-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.68%
GREEN value IS 186 (73.05% from 255) = 35.36%
BLUE value IS 126 (49.61% from 255) = 23.95%
R=40.68%
G=35.36%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418612600.130.410.1640.9151.7666.67
HexD6BA7E0D2910293443
Octal32627217601551205164103
Binary1101011010111010111111001101101001100001010011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BA7E; }

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

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

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

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

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

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

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

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