#D4BE8A

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

Shades of Straw #D4BE8A

Tints of Straw #D4BE8A

Color information

#D4BE8A (or 0xD4BE8A) is unknown color: approx Straw. HEX triplet: D4, BE and 8A. RGB value is (212,190,138). Sum of RGB (Red+Green+Blue) = 212+190+138=540 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.26% from 540); Green value is 190 (74.61% from 255 or 35.19% from 540); Blue value is 138 (54.30% from 255 or 25.56% from 540); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BE8A is #2B4175. Grayscale: #BEBEBE. Windows color (decimal): -2834806 or 9092820. OLE color: 9092820.

HSL color Cylindrical-coordinate representation of color #D4BE8A: hue angle of 42.16º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D4BE8A is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB212190138-
CMYK00.100.350.17
HSL42.16º46.25%68.63%-
HSV(B)42.16º34.91%83.14%-
XYZ50.1552.6631.57-
YUV190.6598.29143.23-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.26%
GREEN value IS 190 (74.61% from 255) = 35.19%
BLUE value IS 138 (54.30% from 255) = 25.56%
R=39.26%
G=35.19%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219013800.100.350.1742.1646.2568.63
HexD4BE8A0A23112a2e45
Octal32427621201243215256105
Binary11010100101111101000101001010100011100011010101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BE8A; }

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

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

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

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

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

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

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

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