#D7B67B

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

Shades of Straw #D7B67B

Tints of Straw #D7B67B

Color information

#D7B67B (or 0xD7B67B) is unknown color: approx Straw. HEX triplet: D7, B6 and 7B. RGB value is (215,182,123). Sum of RGB (Red+Green+Blue) = 215+182+123=520 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.35% from 520); Green value is 182 (71.48% from 255 or 35% from 520); Blue value is 123 (48.44% from 255 or 23.65% from 520); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B67B is #284984. Grayscale: #B9B9B9. Windows color (decimal): -2640261 or 8107735. OLE color: 8107735.

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

Color convert

RGB215182123-
CMYK00.150.430.16
HSL38.48º53.49%66.27%-
HSV(B)38.48º42.79%84.31%-
XYZ48.3349.3325.71-
YUV185.1492.93149.3-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.35%
GREEN value IS 182 (71.48% from 255) = 35%
BLUE value IS 123 (48.44% from 255) = 23.65%
R=41.35%
G=35%
B=23.65%

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
Decimal21518212300.150.430.1638.4853.4966.27
HexD7B67B0F2B10263542
Octal32726617301753204665102
Binary1101011110110110111101101111101011100001001101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B67B; }

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

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

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

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

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

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

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

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