#D9BE8D

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

Shades of Straw #D9BE8D

Tints of Straw #D9BE8D

Color information

#D9BE8D (or 0xD9BE8D) is unknown color: approx Straw. HEX triplet: D9, BE and 8D. RGB value is (217,190,141). Sum of RGB (Red+Green+Blue) = 217+190+141=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 190 (74.61% from 255 or 34.67% from 548); Blue value is 141 (55.47% from 255 or 25.73% from 548); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BE8D is #264172. Grayscale: #C0C0C0. Windows color (decimal): -2507123 or 9289433. OLE color: 9289433.

HSL color Cylindrical-coordinate representation of color #D9BE8D: hue angle of 38.68º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D9BE8D is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB217190141-
CMYK00.120.350.15
HSL38.68º50%70.2%-
HSV(B)38.68º35.02%85.1%-
XYZ51.8453.532.79-
YUV192.4998.95145.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.60%
GREEN value IS 190 (74.61% from 255) = 34.67%
BLUE value IS 141 (55.47% from 255) = 25.73%
R=39.60%
G=34.67%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719014100.120.350.1538.685070.2
HexD9BE8D0C23F273246
Octal33127621501443174762106
Binary1101100110111110100011010110010001111111001111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BE8D; }

 p { color: rgb(217,190,141); }

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

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

 a { background-color: rgb(217,190,141); }

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

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

 span { border-color: rgb(217,190,141); }

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