Html Css Color HEX #D6B778 Straw

📋 copy color: '#D6B778'

red 214 ◦ green 183 ◦ blue 120

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

Shades of Straw #D6B778

Tints of Straw #D6B778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.21%

R = 41.39%
G = 35.4%
B = 23.21%

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

#D6B778 (or 0xD6B778) is known color: Straw. HEX triplet: D6, B7 and 78. RGB value is (214,183,120). Sum of RGB (Red+Green+Blue) = 214+183+120=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 183 (71.88% from 255 or 35.40% from 517); Blue value is 120 (47.27% from 255 or 23.21% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B778 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B778 is #294887. Grayscale: #B9B9B9. Windows color (decimal): -2705544 or 7911382. OLE color: 7911382.

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

Color convert

RGB 214 183 120 -
CMYK 0 0.14 0.44 0.16
HSL 40.21º 0.53% 0.65% -
HSV(B) 40.21º 0.44% 0.84% -
XYZ 48.06 49.52 24.79 -
YUV 185.09 91.27 148.62 -
System Red Green Blue C M Y K H S L
Decimal 214 183 120 0 0.14 0.44 0.16 40.21 0.53 0.65
Hex D6 B7 78 0 E 2C 10 28 35 41
Octal 326 267 170 0 16 54 20 50 65 101
Binary 11010110 10110111 1111000 0 1110 101100 10000 101000 110101 1000001

Color Harmonies of #D6B778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B778

Black with #D6B778

Text Example


Text Example

White with #D6B778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B778; }

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

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

background-color css

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

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

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

border-color css

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

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

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