Html Css Color HEX #D6B976 Straw

📋 copy color: '#D6B976'

red 214 ◦ green 185 ◦ blue 118

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

Shades of Straw #D6B976

Tints of Straw #D6B976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 22.82%

R = 41.39%
G = 35.78%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D6B976 (or 0xD6B976) is known color: Straw. HEX triplet: D6, B9 and 76. RGB value is (214,185,118). Sum of RGB (Red+Green+Blue) = 214+185+118=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 118 (46.48% from 255 or 22.82% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B976 is #294689. Grayscale: #BABABA. Windows color (decimal): -2705034 or 7780822. OLE color: 7780822.

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

Color convert

RGB 214 185 118 -
CMYK 0 0.14 0.45 0.16
HSL 41.88º 0.54% 0.65% -
HSV(B) 41.88º 0.45% 0.84% -
XYZ 48.35 50.3 24.3 -
YUV 186.03 89.61 147.95 -
System Red Green Blue C M Y K H S L
Decimal 214 185 118 0 0.14 0.45 0.16 41.88 0.54 0.65
Hex D6 B9 76 0 E 2D 10 2A 36 41
Octal 326 271 166 0 16 55 20 52 66 101
Binary 11010110 10111001 1110110 0 1110 101101 10000 101010 110110 1000001

Color Harmonies of #D6B976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B976

Black with #D6B976

Text Example


Text Example

White with #D6B976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B976; }

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

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

background-color css

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

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

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

border-color css

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

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

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