#D7AF68

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

Shades of Equator #D7AF68

Tints of Equator #D7AF68

Color information

#D7AF68 (or 0xD7AF68) is unknown color: approx Equator. HEX triplet: D7, AF and 68. RGB value is (215,175,104). Sum of RGB (Red+Green+Blue) = 215+175+104=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 104 (41.02% from 255 or 21.05% from 494); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AF68 is #285097. Grayscale: #B3B3B3. Windows color (decimal): -2642072 or 6860759. OLE color: 6860759.

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

Color convert

RGB215175104-
CMYK00.190.520.16
HSL38.38º58.12%62.55%-
HSV(B)38.38º51.63%84.31%-
XYZ45.8546.1119.58-
YUV178.8785.75153.77-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.52%
GREEN value IS 175 (68.75% from 255) = 35.43%
BLUE value IS 104 (41.02% from 255) = 21.05%
R=43.52%
G=35.43%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517510400.190.520.1638.3858.1262.55
HexD7AF680133410263a3f
Octal3272571500236420467277
Binary1101011110101111110100001001111010010000100110111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AF68; }

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

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

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

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

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

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

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

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