#D7AC67

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

Shades of Equator #D7AC67

Tints of Equator #D7AC67

Color information

#D7AC67 (or 0xD7AC67) is unknown color: approx Equator. HEX triplet: D7, AC and 67. RGB value is (215,172,103). Sum of RGB (Red+Green+Blue) = 215+172+103=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 103 (40.62% from 255 or 21.02% from 490); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AC67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AC67 is #285398. Grayscale: #B1B1B1. Windows color (decimal): -2642841 or 6794455. OLE color: 6794455.

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

Color convert

RGB215172103-
CMYK00.20.520.16
HSL36.96º58.33%62.35%-
HSV(B)36.96º52.09%84.31%-
XYZ45.2344.9319.12-
YUV176.9986.25155.11-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.88%
GREEN value IS 172 (67.58% from 255) = 35.10%
BLUE value IS 103 (40.62% from 255) = 21.02%
R=43.88%
G=35.10%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517210300.20.520.1636.9658.3362.35
HexD7AC670143410253a3e
Octal3272541470246420457276
Binary1101011110101100110011101010011010010000100101111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AC67; }

 p { color: rgb(215,172,103); }

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

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

 a { background-color: rgb(215,172,103); }

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

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

 span { border-color: rgb(215,172,103); }

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