#D9BE8A

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

Shades of Straw #D9BE8A

Tints of Straw #D9BE8A

Color information

#D9BE8A (or 0xD9BE8A) is unknown color: approx Straw. HEX triplet: D9, BE and 8A. RGB value is (217,190,138). Sum of RGB (Red+Green+Blue) = 217+190+138=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 138 (54.30% from 255 or 25.32% from 545); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BE8A is #264175. Grayscale: #C0C0C0. Windows color (decimal): -2507126 or 9092825. OLE color: 9092825.

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

Color convert

RGB217190138-
CMYK00.120.360.15
HSL39.49º50.97%69.61%-
HSV(B)39.49º36.41%85.1%-
XYZ51.6253.4131.63-
YUV192.1497.45145.73-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.82%
GREEN value IS 190 (74.61% from 255) = 34.86%
BLUE value IS 138 (54.30% from 255) = 25.32%
R=39.82%
G=34.86%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719013800.120.360.1539.4950.9769.61
HexD9BE8A0C24F273346
Octal33127621201444174763106
Binary1101100110111110100010100110010010011111001111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BE8A; }

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

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

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

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

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

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

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

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