Html Css Color HEX #D3BA87 Straw

📋 copy color: '#D3BA87'

red 211 ◦ green 186 ◦ blue 135

#D3BA87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Straw #D3BA87

Tints of Straw #D3BA87

RGB

 RED value IS 211 (82.81% from 255) = 39.66%

 GREEN value IS 186 (73.05% from 255) = 34.96%

 BLUE value IS 135 (53.13% from 255) = 25.38%

R = 39.66%
G = 34.96%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#D3BA87 (or 0xD3BA87) is known color: Straw. HEX triplet: D3, BA and 87. RGB value is (211,186,135). Sum of RGB (Red+Green+Blue) = 211+186+135=532 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.66% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 135 (53.12% from 255 or 25.38% from 532); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BA87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3BA87 is #2C4578. Grayscale: #BBBBBB. Windows color (decimal): -2901369 or 8895187. OLE color: 8895187.

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

Color convert

RGB 211 186 135 -
CMYK 0 0.12 0.36 0.17
HSL 40.26º 0.46% 0.68% -
HSV(B) 40.26º 0.36% 0.83% -
XYZ 48.8 50.72 30.14 -
YUV 187.66 98.28 144.65 -
System Red Green Blue C M Y K H S L
Decimal 211 186 135 0 0.12 0.36 0.17 40.26 0.46 0.68
Hex D3 BA 87 0 C 24 11 28 2E 44
Octal 323 272 207 0 14 44 21 50 56 104
Binary 11010011 10111010 10000111 0 1100 100100 10001 101000 101110 1000100

Color Harmonies of #D3BA87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3BA87

Black with #D3BA87

Text Example


Text Example

White with #D3BA87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3BA87; }

 p { color: rgb(211,186,135); }

 H1.HeaderClassName
 {
   color: #D3BA87;
 }
 .AnyTagClassName
 {
   color: #D3BA87;
 }
</style>

background-color css

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

 a { background-color: rgb(211,186,135); }

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

border-color css

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

 span { border-color: rgb(211,186,135); }

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