#D7AF5D

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

Shades of Equator #D7AF5D

Tints of Equator #D7AF5D

Color information

#D7AF5D (or 0xD7AF5D) is unknown color: approx Equator. HEX triplet: D7, AF and 5D. RGB value is (215,175,93). Sum of RGB (Red+Green+Blue) = 215+175+93=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 93 (36.72% from 255 or 19.25% from 483); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AF5D is #2850A2. Grayscale: #B1B1B1. Windows color (decimal): -2642083 or 6139863. OLE color: 6139863.

HSL color Cylindrical-coordinate representation of color #D7AF5D: hue angle of 40.33º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D7AF5D is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21517593-
CMYK00.190.570.16
HSL40.33º60.4%60.39%-
HSV(B)40.33º56.74%84.31%-
XYZ45.3345.916.83-
YUV177.6180.25154.67-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.51%
GREEN value IS 175 (68.75% from 255) = 36.23%
BLUE value IS 93 (36.72% from 255) = 19.25%
R=44.51%
G=36.23%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151759300.190.570.1640.3360.460.39
HexD7AF5D0133910283c3c
Octal3272571350237120507474
Binary1101011110101111101110101001111100110000101000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AF5D; }

 p { color: rgb(215,175,93); }

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

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

 a { background-color: rgb(215,175,93); }

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

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

 span { border-color: rgb(215,175,93); }

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