Html Css Color HEX #D1BA87 Straw

📋 copy color: '#D1BA87'

red 209 ◦ green 186 ◦ blue 135

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

Shades of Straw #D1BA87

Tints of Straw #D1BA87

RGB

 RED value IS 209 (82.03% from 255) = 39.43%

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

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

R = 39.43%
G = 35.09%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D1BA87 (or 0xD1BA87) is known color: Straw. HEX triplet: D1, BA and 87. RGB value is (209,186,135). Sum of RGB (Red+Green+Blue) = 209+186+135=530 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.43% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 135 (53.12% from 255 or 25.47% from 530); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BA87 is #2E4578. Grayscale: #BBBBBB. Windows color (decimal): -3032441 or 8895185. OLE color: 8895185.

HSL color Cylindrical-coordinate representation of color #D1BA87: hue angle of 41.35º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D1BA87 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 186 135 -
CMYK 0 0.11 0.35 0.18
HSL 41.35º 0.45% 0.67% -
HSV(B) 41.35º 0.35% 0.82% -
XYZ 48.23 50.42 30.11 -
YUV 187.06 98.62 143.65 -
System Red Green Blue C M Y K H S L
Decimal 209 186 135 0 0.11 0.35 0.18 41.35 0.45 0.67
Hex D1 BA 87 0 B 23 12 29 2D 43
Octal 321 272 207 0 13 43 22 51 55 103
Binary 11010001 10111010 10000111 0 1011 100011 10010 101001 101101 1000011

Color Harmonies of #D1BA87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BA87

Black with #D1BA87

Text Example


Text Example

White with #D1BA87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BA87; }

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

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

background-color css

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

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

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

border-color css

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

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

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