#D7B164

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

Shades of Equator #D7B164

Tints of Equator #D7B164

Color information

#D7B164 (or 0xD7B164) is unknown color: approx Equator. HEX triplet: D7, B1 and 64. RGB value is (215,177,100). Sum of RGB (Red+Green+Blue) = 215+177+100=492 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.70% from 492); Green value is 177 (69.53% from 255 or 35.98% from 492); Blue value is 100 (39.45% from 255 or 20.33% from 492); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7B164 is #284E9B. Grayscale: #B3B3B3. Windows color (decimal): -2641564 or 6599127. OLE color: 6599127.

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

Color convert

RGB215177100-
CMYK00.180.530.16
HSL40.17º58.97%61.76%-
HSV(B)40.17º53.49%84.31%-
XYZ46.0546.8118.67-
YUV179.5883.09153.26-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.70%
GREEN value IS 177 (69.53% from 255) = 35.98%
BLUE value IS 100 (39.45% from 255) = 20.33%
R=43.70%
G=35.98%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517710000.180.530.1640.1758.9761.76
HexD7B1640123510283b3e
Octal3272611440226520507376
Binary1101011110110001110010001001011010110000101000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B164; }

 p { color: rgb(215,177,100); }

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

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

 a { background-color: rgb(215,177,100); }

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

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

 span { border-color: rgb(215,177,100); }

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