Html Css Color HEX #D7B978 Straw

📋 copy color: '#D7B978'

red 215 ◦ green 185 ◦ blue 120

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

Shades of Straw #D7B978

Tints of Straw #D7B978

RGB

 RED value IS 215 (84.38% from 255) = 41.35%

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

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

R = 41.35%
G = 35.58%
B = 23.08%

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

#D7B978 (or 0xD7B978) is known color: Straw. HEX triplet: D7, B9 and 78. RGB value is (215,185,120). Sum of RGB (Red+Green+Blue) = 215+185+120=520 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.35% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 120 (47.27% from 255 or 23.08% from 520); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B978 is #284687. Grayscale: #BABABA. Windows color (decimal): -2639496 or 7911895. OLE color: 7911895.

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

Color convert

RGB 215 185 120 -
CMYK 0 0.14 0.44 0.16
HSL 41.05º 0.54% 0.66% -
HSV(B) 41.05º 0.44% 0.84% -
XYZ 48.76 50.5 24.95 -
YUV 186.56 90.44 148.29 -
System Red Green Blue C M Y K H S L
Decimal 215 185 120 0 0.14 0.44 0.16 41.05 0.54 0.66
Hex D7 B9 78 0 E 2C 10 29 36 42
Octal 327 271 170 0 16 54 20 51 66 102
Binary 11010111 10111001 1111000 0 1110 101100 10000 101001 110110 1000010

Color Harmonies of #D7B978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B978

Black with #D7B978

Text Example


Text Example

White with #D7B978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B978; }

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

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

background-color css

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

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

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

border-color css

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

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

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