#D4BB7A

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

Shades of Straw #D4BB7A

Tints of Straw #D4BB7A

Color information

#D4BB7A (or 0xD4BB7A) is unknown color: approx Straw. HEX triplet: D4, BB and 7A. RGB value is (212,187,122). Sum of RGB (Red+Green+Blue) = 212+187+122=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 122 (48.05% from 255 or 23.42% from 521); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BB7A is #2B4485. Grayscale: #BBBBBB. Windows color (decimal): -2835590 or 8043476. OLE color: 8043476.

HSL color Cylindrical-coordinate representation of color #D4BB7A: hue angle of 43.33º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D4BB7A is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB212187122-
CMYK00.120.420.17
HSL43.33º51.14%65.49%-
HSV(B)43.33º42.45%83.14%-
XYZ48.4350.9425.69-
YUV187.0691.28145.79-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.69%
GREEN value IS 187 (73.44% from 255) = 35.89%
BLUE value IS 122 (48.05% from 255) = 23.42%
R=40.69%
G=35.89%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218712200.120.420.1743.3351.1465.49
HexD4BB7A0C2A112b3341
Octal32427317201452215363101
Binary1101010010111011111101001100101010100011010111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BB7A; }

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

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

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

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

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

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

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

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