Html Css Color HEX #D1BA7E Straw

📋 copy color: '#D1BA7E'

red 209 ◦ green 186 ◦ blue 126

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

Shades of Straw #D1BA7E

Tints of Straw #D1BA7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.18%

R = 40.12%
G = 35.7%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D1BA7E (or 0xD1BA7E) is known color: Straw. HEX triplet: D1, BA and 7E. RGB value is (209,186,126). Sum of RGB (Red+Green+Blue) = 209+186+126=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 126 (49.61% from 255 or 24.18% from 521); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BA7E is #2E4581. Grayscale: #BABABA. Windows color (decimal): -3032450 or 8305361. OLE color: 8305361.

HSL color Cylindrical-coordinate representation of color #D1BA7E: hue angle of 43.37º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D1BA7E is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 186 126 -
CMYK 0 0.11 0.40 0.18
HSL 43.37º 0.47% 0.66% -
HSV(B) 43.37º 0.4% 0.82% -
XYZ 47.62 50.18 26.91 -
YUV 186.04 94.12 144.38 -
System Red Green Blue C M Y K H S L
Decimal 209 186 126 0 0.11 0.40 0.18 43.37 0.47 0.66
Hex D1 BA 7E 0 B 28 12 2B 2F 42
Octal 321 272 176 0 13 50 22 53 57 102
Binary 11010001 10111010 1111110 0 1011 101000 10010 101011 101111 1000010

Color Harmonies of #D1BA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BA7E

Black with #D1BA7E

Text Example


Text Example

White with #D1BA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BA7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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