Html Css Color HEX #D8B977 Straw

📋 copy color: '#D8B977'

red 216 ◦ green 185 ◦ blue 119

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

Shades of Straw #D8B977

Tints of Straw #D8B977

RGB

 RED value IS 216 (84.77% from 255) = 41.54%

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

 BLUE value IS 119 (46.88% from 255) = 22.88%

R = 41.54%
G = 35.58%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D8B977 (or 0xD8B977) is known color: Straw. HEX triplet: D8, B9 and 77. RGB value is (216,185,119). Sum of RGB (Red+Green+Blue) = 216+185+119=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 119 (46.88% from 255 or 22.88% from 520); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B977 is #274688. Grayscale: #BBBBBB. Windows color (decimal): -2573961 or 7846360. OLE color: 7846360.

HSL color Cylindrical-coordinate representation of color #D8B977: hue angle of 40.82º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D8B977 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 185 119 -
CMYK 0 0.14 0.45 0.15
HSL 40.82º 0.55% 0.66% -
HSV(B) 40.82º 0.45% 0.85% -
XYZ 49 50.63 24.64 -
YUV 186.75 89.77 148.87 -
System Red Green Blue C M Y K H S L
Decimal 216 185 119 0 0.14 0.45 0.15 40.82 0.55 0.66
Hex D8 B9 77 0 E 2D F 29 37 42
Octal 330 271 167 0 16 55 17 51 67 102
Binary 11011000 10111001 1110111 0 1110 101101 1111 101001 110111 1000010

Color Harmonies of #D8B977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B977

Black with #D8B977

Text Example


Text Example

White with #D8B977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B977; }

 p { color: rgb(216,185,119); }

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

background-color css

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

 a { background-color: rgb(216,185,119); }

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

border-color css

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

 span { border-color: rgb(216,185,119); }

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