Html Css Color HEX #D6B779 Straw

📋 copy color: '#D6B779'

red 214 ◦ green 183 ◦ blue 121

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

Shades of Straw #D6B779

Tints of Straw #D6B779

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.33%

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

R = 41.31%
G = 35.33%
B = 23.36%

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

#D6B779 (or 0xD6B779) is known color: Straw. HEX triplet: D6, B7 and 79. RGB value is (214,183,121). Sum of RGB (Red+Green+Blue) = 214+183+121=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 183 (71.88% from 255 or 35.33% from 518); Blue value is 121 (47.66% from 255 or 23.36% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B779 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B779 is #294886. Grayscale: #B9B9B9. Windows color (decimal): -2705543 or 7976918. OLE color: 7976918.

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

Color convert

RGB 214 183 121 -
CMYK 0 0.14 0.43 0.16
HSL 40º 0.53% 0.66% -
HSV(B) 40º 0.43% 0.84% -
XYZ 48.12 49.54 25.12 -
YUV 185.2 91.77 148.54 -
System Red Green Blue C M Y K H S L
Decimal 214 183 121 0 0.14 0.43 0.16 40 0.53 0.66
Hex D6 B7 79 0 E 2B 10 28 35 42
Octal 326 267 171 0 16 53 20 50 65 102
Binary 11010110 10110111 1111001 0 1110 101011 10000 101000 110101 1000010

Color Harmonies of #D6B779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B779

Black with #D6B779

Text Example


Text Example

White with #D6B779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B779; }

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

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

background-color css

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

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

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

border-color css

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

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

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