#D5AC68

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

Shades of Equator #D5AC68

Tints of Equator #D5AC68

Color information

#D5AC68 (or 0xD5AC68) is unknown color: approx Equator. HEX triplet: D5, AC and 68. RGB value is (213,172,104). Sum of RGB (Red+Green+Blue) = 213+172+104=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 104 (41.02% from 255 or 21.27% from 489); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AC68 is #2A5397. Grayscale: #B0B0B0. Windows color (decimal): -2773912 or 6859989. OLE color: 6859989.

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

Color convert

RGB213172104-
CMYK00.190.510.16
HSL37.43º56.48%62.16%-
HSV(B)37.43º51.17%83.53%-
XYZ44.6944.6519.36-
YUV176.5187.08154.03-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.56%
GREEN value IS 172 (67.58% from 255) = 35.17%
BLUE value IS 104 (41.02% from 255) = 21.27%
R=43.56%
G=35.17%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317210400.190.510.1637.4356.4862.16
HexD5AC68013331025383e
Octal3252541500236320457076
Binary1101010110101100110100001001111001110000100101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AC68; }

 p { color: rgb(213,172,104); }

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

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

 a { background-color: rgb(213,172,104); }

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

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

 span { border-color: rgb(213,172,104); }

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