Html Css Color HEX #D7B97C Straw

📋 copy color: '#D7B97C'

red 215 ◦ green 185 ◦ blue 124

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

Shades of Straw #D7B97C

Tints of Straw #D7B97C

RGB

 RED value IS 215 (84.38% from 255) = 41.03%

 GREEN value IS 185 (72.66% from 255) = 35.31%

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

R = 41.03%
G = 35.31%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D7B97C (or 0xD7B97C) is known color: Straw. HEX triplet: D7, B9 and 7C. RGB value is (215,185,124). Sum of RGB (Red+Green+Blue) = 215+185+124=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 124 (48.83% from 255 or 23.66% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B97C is #284683. Grayscale: #BBBBBB. Windows color (decimal): -2639492 or 8174039. OLE color: 8174039.

HSL color Cylindrical-coordinate representation of color #D7B97C: hue angle of 40.22º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D7B97C is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 185 124 -
CMYK 0 0.14 0.42 0.16
HSL 40.22º 0.53% 0.66% -
HSV(B) 40.22º 0.42% 0.84% -
XYZ 49.01 50.6 26.25 -
YUV 187.02 92.44 147.96 -
System Red Green Blue C M Y K H S L
Decimal 215 185 124 0 0.14 0.42 0.16 40.22 0.53 0.66
Hex D7 B9 7C 0 E 2A 10 28 35 42
Octal 327 271 174 0 16 52 20 50 65 102
Binary 11010111 10111001 1111100 0 1110 101010 10000 101000 110101 1000010

Color Harmonies of #D7B97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B97C

Black with #D7B97C

Text Example


Text Example

White with #D7B97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B97C; }

 p { color: rgb(215,185,124); }

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

background-color css

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

 a { background-color: rgb(215,185,124); }

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

border-color css

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

 span { border-color: rgb(215,185,124); }

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