Html Css Color HEX #D6B978 Straw

📋 copy color: '#D6B978'

red 214 ◦ green 185 ◦ blue 120

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

Shades of Straw #D6B978

Tints of Straw #D6B978

RGB

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

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

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

R = 41.23%
G = 35.65%
B = 23.12%

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

#D6B978 (or 0xD6B978) is known color: Straw. HEX triplet: D6, B9 and 78. RGB value is (214,185,120). Sum of RGB (Red+Green+Blue) = 214+185+120=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 185 (72.66% from 255 or 35.65% from 519); Blue value is 120 (47.27% from 255 or 23.12% from 519); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B978 is #294687. Grayscale: #BABABA. Windows color (decimal): -2705032 or 7911894. OLE color: 7911894.

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

Color convert

RGB 214 185 120 -
CMYK 0 0.14 0.44 0.16
HSL 41.49º 0.53% 0.65% -
HSV(B) 41.49º 0.44% 0.84% -
XYZ 48.47 50.35 24.93 -
YUV 186.26 90.61 147.79 -
System Red Green Blue C M Y K H S L
Decimal 214 185 120 0 0.14 0.44 0.16 41.49 0.53 0.65
Hex D6 B9 78 0 E 2C 10 29 35 41
Octal 326 271 170 0 16 54 20 51 65 101
Binary 11010110 10111001 1111000 0 1110 101100 10000 101001 110101 1000001

Color Harmonies of #D6B978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B978

Black with #D6B978

Text Example


Text Example

White with #D6B978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B978; }

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

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

background-color css

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

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

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

border-color css

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

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

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