#D7AB68

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

Shades of Equator #D7AB68

Tints of Equator #D7AB68

Color information

#D7AB68 (or 0xD7AB68) is unknown color: approx Equator. HEX triplet: D7, AB and 68. RGB value is (215,171,104). Sum of RGB (Red+Green+Blue) = 215+171+104=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 104 (41.02% from 255 or 21.22% from 490); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AB68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AB68 is #285497. Grayscale: #B0B0B0. Windows color (decimal): -2643096 or 6859735. OLE color: 6859735.

HSL color Cylindrical-coordinate representation of color #D7AB68: hue angle of 36.22º 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 #D7AB68 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB215171104-
CMYK00.200.520.16
HSL36.22º58.12%62.55%-
HSV(B)36.22º51.63%84.31%-
XYZ45.0944.5719.32-
YUV176.5287.08155.45-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.88%
GREEN value IS 171 (67.19% from 255) = 34.90%
BLUE value IS 104 (41.02% from 255) = 21.22%
R=43.88%
G=34.90%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517110400.200.520.1636.2258.1262.55
HexD7AB680143410243a3f
Octal3272531500246420447277
Binary1101011110101011110100001010011010010000100100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AB68; }

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

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

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

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

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

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

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

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