Html Css Color HEX #D1BA7D Straw

📋 copy color: '#D1BA7D'

red 209 ◦ green 186 ◦ blue 125

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

Shades of Straw #D1BA7D

Tints of Straw #D1BA7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.04%

R = 40.19%
G = 35.77%
B = 24.04%

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

#D1BA7D (or 0xD1BA7D) is known color: Straw. HEX triplet: D1, BA and 7D. RGB value is (209,186,125). Sum of RGB (Red+Green+Blue) = 209+186+125=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 125 (49.22% from 255 or 24.04% from 520); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BA7D is #2E4582. Grayscale: #BABABA. Windows color (decimal): -3032451 or 8239825. OLE color: 8239825.

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

Color convert

RGB 209 186 125 -
CMYK 0 0.11 0.40 0.18
HSL 43.57º 0.48% 0.65% -
HSV(B) 43.57º 0.4% 0.82% -
XYZ 47.56 50.15 26.58 -
YUV 185.92 93.62 144.46 -
System Red Green Blue C M Y K H S L
Decimal 209 186 125 0 0.11 0.40 0.18 43.57 0.48 0.65
Hex D1 BA 7D 0 B 28 12 2C 30 41
Octal 321 272 175 0 13 50 22 54 60 101
Binary 11010001 10111010 1111101 0 1011 101000 10010 101100 110000 1000001

Color Harmonies of #D1BA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BA7D

Black with #D1BA7D

Text Example


Text Example

White with #D1BA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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