#D4BB8A

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

Shades of Straw #D4BB8A

Tints of Straw #D4BB8A

Color information

#D4BB8A (or 0xD4BB8A) is unknown color: approx Straw. HEX triplet: D4, BB and 8A. RGB value is (212,187,138). Sum of RGB (Red+Green+Blue) = 212+187+138=537 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.48% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 138 (54.30% from 255 or 25.70% from 537); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BB8A is #2B4475. Grayscale: #BDBDBD. Windows color (decimal): -2835574 or 9092052. OLE color: 9092052.

HSL color Cylindrical-coordinate representation of color #D4BB8A: hue angle of 39.73º 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 #D4BB8A is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB212187138-
CMYK00.120.350.17
HSL39.73º46.25%68.63%-
HSV(B)39.73º34.91%83.14%-
XYZ49.5151.3731.35-
YUV188.8999.28144.48-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.48%
GREEN value IS 187 (73.44% from 255) = 34.82%
BLUE value IS 138 (54.30% from 255) = 25.70%
R=39.48%
G=34.82%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218713800.120.350.1739.7346.2568.63
HexD4BB8A0C2311282e45
Octal32427321201443215056105
Binary11010100101110111000101001100100011100011010001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BB8A; }

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

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

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

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

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

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

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

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