#D6AC62

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

Shades of Equator #D6AC62

Tints of Equator #D6AC62

Color information

#D6AC62 (or 0xD6AC62) is unknown color: approx Equator. HEX triplet: D6, AC and 62. RGB value is (214,172,98). Sum of RGB (Red+Green+Blue) = 214+172+98=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 98 (38.67% from 255 or 20.25% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AC62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AC62 is #29539D. Grayscale: #B0B0B0. Windows color (decimal): -2708382 or 6466774. OLE color: 6466774.

HSL color Cylindrical-coordinate representation of color #D6AC62: hue angle of 38.28º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D6AC62 is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB21417298-
CMYK00.200.540.16
HSL38.28º58.59%61.18%-
HSV(B)38.28º54.21%83.92%-
XYZ44.6944.6817.82-
YUV176.1283.91155.02-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.21%
GREEN value IS 172 (67.58% from 255) = 35.54%
BLUE value IS 98 (38.67% from 255) = 20.25%
R=44.21%
G=35.54%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141729800.200.540.1638.2858.5961.18
HexD6AC620143610263b3d
Octal3262541420246620467375
Binary1101011010101100110001001010011011010000100110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AC62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AC62; }

 p { color: rgb(214,172,98); }

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

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

 a { background-color: rgb(214,172,98); }

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

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

 span { border-color: rgb(214,172,98); }

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