Html Css Color HEX #D7B77C Straw

📋 copy color: '#D7B77C'

red 215 ◦ green 183 ◦ blue 124

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

Shades of Straw #D7B77C

Tints of Straw #D7B77C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.75%

R = 41.19%
G = 35.06%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D7B77C (or 0xD7B77C) is known color: Straw. HEX triplet: D7, B7 and 7C. RGB value is (215,183,124). Sum of RGB (Red+Green+Blue) = 215+183+124=522 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.19% from 522); Green value is 183 (71.88% from 255 or 35.06% from 522); Blue value is 124 (48.83% from 255 or 23.75% from 522); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B77C is #284883. Grayscale: #BABABA. Windows color (decimal): -2640004 or 8173527. OLE color: 8173527.

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

Color convert

RGB 215 183 124 -
CMYK 0 0.15 0.42 0.16
HSL 38.9º 0.53% 0.66% -
HSV(B) 38.9º 0.42% 0.84% -
XYZ 48.6 49.77 26.11 -
YUV 185.84 93.1 148.8 -
System Red Green Blue C M Y K H S L
Decimal 215 183 124 0 0.15 0.42 0.16 38.9 0.53 0.66
Hex D7 B7 7C 0 F 2A 10 27 35 42
Octal 327 267 174 0 17 52 20 47 65 102
Binary 11010111 10110111 1111100 0 1111 101010 10000 100111 110101 1000010

Color Harmonies of #D7B77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B77C

Black with #D7B77C

Text Example


Text Example

White with #D7B77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B77C; }

 p { color: rgb(215,183,124); }

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

background-color css

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

 a { background-color: rgb(215,183,124); }

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

border-color css

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

 span { border-color: rgb(215,183,124); }

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