#D7B77B

Color #D7B77B Straw (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Straw #D7B77B

Tints of Straw #D7B77B

Color information

#D7B77B (or 0xD7B77B) is unknown color: approx Straw. HEX triplet: D7, B7 and 7B. RGB value is (215,183,123). Sum of RGB (Red+Green+Blue) = 215+183+123=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 123 (48.44% from 255 or 23.61% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B77B is #284884. Grayscale: #BABABA. Windows color (decimal): -2640005 or 8107991. OLE color: 8107991.

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

Color convert

RGB215183123-
CMYK00.150.430.16
HSL39.13º53.49%66.27%-
HSV(B)39.13º42.79%84.31%-
XYZ48.5349.7425.78-
YUV185.7392.6148.88-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.27%
GREEN value IS 183 (71.88% from 255) = 35.12%
BLUE value IS 123 (48.44% from 255) = 23.61%
R=41.27%
G=35.12%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518312300.150.430.1639.1353.4966.27
HexD7B77B0F2B10273542
Octal32726717301753204765102
Binary1101011110110111111101101111101011100001001111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B77B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B77B; }

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

 H1.HeaderClassName
 {
   color: #D7B77B;
 }
 .AnyTagClassName
 {
   color: #D7B77B;
 }
</style>
background-color css

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

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

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

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

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

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