#D4BA85

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

Shades of Straw #D4BA85

Tints of Straw #D4BA85

Color information

#D4BA85 (or 0xD4BA85) is unknown color: approx Straw. HEX triplet: D4, BA and 85. RGB value is (212,186,133). Sum of RGB (Red+Green+Blue) = 212+186+133=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 133 (52.34% from 255 or 25.05% from 531); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BA85 is #2B457A. Grayscale: #BBBBBB. Windows color (decimal): -2835835 or 8764116. OLE color: 8764116.

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

Color convert

RGB212186133-
CMYK00.120.370.17
HSL40.25º47.88%67.65%-
HSV(B)40.25º37.26%83.14%-
XYZ48.9450.8129.42-
YUV187.7397.11145.31-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.92%
GREEN value IS 186 (73.05% from 255) = 35.03%
BLUE value IS 133 (52.34% from 255) = 25.05%
R=39.92%
G=35.03%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218613300.120.370.1740.2547.8867.65
HexD4BA850C2511283044
Octal32427220501445215060104
Binary11010100101110101000010101100100101100011010001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BA85; }

 p { color: rgb(212,186,133); }

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

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

 a { background-color: rgb(212,186,133); }

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

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

 span { border-color: rgb(212,186,133); }

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