Html Css Color HEX #D6B979 Straw

📋 copy color: '#D6B979'

red 214 ◦ green 185 ◦ blue 121

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

Shades of Straw #D6B979

Tints of Straw #D6B979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 23.27%

R = 41.15%
G = 35.58%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D6B979 (or 0xD6B979) is known color: Straw. HEX triplet: D6, B9 and 79. RGB value is (214,185,121). Sum of RGB (Red+Green+Blue) = 214+185+121=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 121 (47.66% from 255 or 23.27% from 520); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B979 is #294686. Grayscale: #BABABA. Windows color (decimal): -2705031 or 7977430. OLE color: 7977430.

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

Color convert

RGB 214 185 121 -
CMYK 0 0.14 0.43 0.16
HSL 41.29º 0.53% 0.66% -
HSV(B) 41.29º 0.43% 0.84% -
XYZ 48.53 50.37 25.25 -
YUV 186.38 91.11 147.7 -
System Red Green Blue C M Y K H S L
Decimal 214 185 121 0 0.14 0.43 0.16 41.29 0.53 0.66
Hex D6 B9 79 0 E 2B 10 29 35 42
Octal 326 271 171 0 16 53 20 51 65 102
Binary 11010110 10111001 1111001 0 1110 101011 10000 101001 110101 1000010

Color Harmonies of #D6B979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B979

Black with #D6B979

Text Example


Text Example

White with #D6B979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B979; }

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

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

background-color css

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

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

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

border-color css

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

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

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