#D4BE7D

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

Shades of Straw #D4BE7D

Tints of Straw #D4BE7D

Color information

#D4BE7D (or 0xD4BE7D) is unknown color: approx Straw. HEX triplet: D4, BE and 7D. RGB value is (212,190,125). Sum of RGB (Red+Green+Blue) = 212+190+125=527 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.23% from 527); Green value is 190 (74.61% from 255 or 36.05% from 527); Blue value is 125 (49.22% from 255 or 23.72% from 527); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BE7D is #2B4182. Grayscale: #BDBDBD. Windows color (decimal): -2834819 or 8240852. OLE color: 8240852.

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

Color convert

RGB212190125-
CMYK00.100.410.17
HSL44.83º50.29%66.08%-
HSV(B)44.83º41.04%83.14%-
XYZ49.2752.326.9-
YUV189.1791.79144.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.23%
GREEN value IS 190 (74.61% from 255) = 36.05%
BLUE value IS 125 (49.22% from 255) = 23.72%
R=40.23%
G=36.05%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219012500.100.410.1744.8350.2966.08
HexD4BE7D0A29112d3242
Octal32427617501251215562102
Binary1101010010111110111110101010101001100011011011100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BE7D; }

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

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

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

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

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

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

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

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