#D6BA81

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

Shades of Straw #D6BA81

Tints of Straw #D6BA81

Color information

#D6BA81 (or 0xD6BA81) is unknown color: approx Straw. HEX triplet: D6, BA and 81. RGB value is (214,186,129). Sum of RGB (Red+Green+Blue) = 214+186+129=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 129 (50.78% from 255 or 24.39% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BA81 is #29457E. Grayscale: #BCBCBC. Windows color (decimal): -2704767 or 8501974. OLE color: 8501974.

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

Color convert

RGB214186129-
CMYK00.130.400.16
HSL40.24º50.9%67.25%-
HSV(B)40.24º39.72%83.92%-
XYZ49.255128.02-
YUV187.8794.78146.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.45%
GREEN value IS 186 (73.05% from 255) = 35.16%
BLUE value IS 129 (50.78% from 255) = 24.39%
R=40.45%
G=35.16%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418612900.130.400.1640.2450.967.25
HexD6BA810D2810283343
Octal32627220101550205063103
Binary11010110101110101000000101101101000100001010001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BA81; }

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

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

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

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

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

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

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

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