Html Css Color HEX #D6B977 Straw

📋 copy color: '#D6B977'

red 214 ◦ green 185 ◦ blue 119

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

Shades of Straw #D6B977

Tints of Straw #D6B977

RGB

 RED value IS 214 (83.98% from 255) = 41.31%

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

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

R = 41.31%
G = 35.71%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D6B977 (or 0xD6B977) is known color: Straw. HEX triplet: D6, B9 and 77. RGB value is (214,185,119). Sum of RGB (Red+Green+Blue) = 214+185+119=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 119 (46.88% from 255 or 22.97% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B977 is #294688. Grayscale: #BABABA. Windows color (decimal): -2705033 or 7846358. OLE color: 7846358.

HSL color Cylindrical-coordinate representation of color #D6B977: hue angle of 41.68º degrees, saturation: 0.54, 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 #D6B977 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 185 119 -
CMYK 0 0.14 0.44 0.16
HSL 41.68º 0.54% 0.65% -
HSV(B) 41.68º 0.44% 0.84% -
XYZ 48.41 50.33 24.62 -
YUV 186.15 90.11 147.87 -
System Red Green Blue C M Y K H S L
Decimal 214 185 119 0 0.14 0.44 0.16 41.68 0.54 0.65
Hex D6 B9 77 0 E 2C 10 2A 36 41
Octal 326 271 167 0 16 54 20 52 66 101
Binary 11010110 10111001 1110111 0 1110 101100 10000 101010 110110 1000001

Color Harmonies of #D6B977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B977

Black with #D6B977

Text Example


Text Example

White with #D6B977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B977; }

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

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

background-color css

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

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

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

border-color css

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

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

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