#D6BD8D

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

Shades of Straw #D6BD8D

Tints of Straw #D6BD8D

Color information

#D6BD8D (or 0xD6BD8D) is unknown color: approx Straw. HEX triplet: D6, BD and 8D. RGB value is (214,189,141). Sum of RGB (Red+Green+Blue) = 214+189+141=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 189 (74.22% from 255 or 34.74% from 544); Blue value is 141 (55.47% from 255 or 25.92% from 544); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BD8D is #294272. Grayscale: #BFBFBF. Windows color (decimal): -2703987 or 9289174. OLE color: 9289174.

HSL color Cylindrical-coordinate representation of color #D6BD8D: hue angle of 39.45º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D6BD8D is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB214189141-
CMYK00.120.340.16
HSL39.45º47.1%69.61%-
HSV(B)39.45º34.11%83.92%-
XYZ50.7452.6132.68-
YUV19199.78144.4-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.34%
GREEN value IS 189 (74.22% from 255) = 34.74%
BLUE value IS 141 (55.47% from 255) = 25.92%
R=39.34%
G=34.74%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418914100.120.340.1639.4547.169.61
HexD6BD8D0C2210272f46
Octal32627521501442204757106
Binary11010110101111011000110101100100010100001001111011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BD8D; }

 p { color: rgb(214,189,141); }

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

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

 a { background-color: rgb(214,189,141); }

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

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

 span { border-color: rgb(214,189,141); }

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