Html Css Color HEX #D1BA7C Straw

📋 copy color: '#D1BA7C'

red 209 ◦ green 186 ◦ blue 124

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

Shades of Straw #D1BA7C

Tints of Straw #D1BA7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.89%

R = 40.27%
G = 35.84%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D1BA7C (or 0xD1BA7C) is known color: Straw. HEX triplet: D1, BA and 7C. RGB value is (209,186,124). Sum of RGB (Red+Green+Blue) = 209+186+124=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 124 (48.83% from 255 or 23.89% from 519); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BA7C is #2E4583. Grayscale: #BABABA. Windows color (decimal): -3032452 or 8174289. OLE color: 8174289.

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

Color convert

RGB 209 186 124 -
CMYK 0 0.11 0.41 0.18
HSL 43.76º 0.48% 0.65% -
HSV(B) 43.76º 0.41% 0.82% -
XYZ 47.49 50.13 26.24 -
YUV 185.81 93.12 144.54 -
System Red Green Blue C M Y K H S L
Decimal 209 186 124 0 0.11 0.41 0.18 43.76 0.48 0.65
Hex D1 BA 7C 0 B 29 12 2C 30 41
Octal 321 272 174 0 13 51 22 54 60 101
Binary 11010001 10111010 1111100 0 1011 101001 10010 101100 110000 1000001

Color Harmonies of #D1BA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BA7C

Black with #D1BA7C

Text Example


Text Example

White with #D1BA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BA7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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