Html Css Color HEX #D5B977 Straw

📋 copy color: '#D5B977'

red 213 ◦ green 185 ◦ blue 119

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

Shades of Straw #D5B977

Tints of Straw #D5B977

RGB

 RED value IS 213 (83.59% from 255) = 41.2%

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

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

R = 41.2%
G = 35.78%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D5B977 (or 0xD5B977) is known color: Straw. HEX triplet: D5, B9 and 77. RGB value is (213,185,119). Sum of RGB (Red+Green+Blue) = 213+185+119=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 119 (46.88% from 255 or 23.02% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B977 is #2A4688. Grayscale: #BABABA. Windows color (decimal): -2770569 or 7846357. OLE color: 7846357.

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

Color convert

RGB 213 185 119 -
CMYK 0 0.13 0.44 0.16
HSL 42.13º 0.53% 0.65% -
HSV(B) 42.13º 0.44% 0.84% -
XYZ 48.12 50.18 24.6 -
YUV 185.85 90.28 147.37 -
System Red Green Blue C M Y K H S L
Decimal 213 185 119 0 0.13 0.44 0.16 42.13 0.53 0.65
Hex D5 B9 77 0 D 2C 10 2A 35 41
Octal 325 271 167 0 15 54 20 52 65 101
Binary 11010101 10111001 1110111 0 1101 101100 10000 101010 110101 1000001

Color Harmonies of #D5B977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B977

Black with #D5B977

Text Example


Text Example

White with #D5B977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B977; }

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

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

background-color css

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

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

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

border-color css

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

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

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