#D6AC67

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

Shades of Equator #D6AC67

Tints of Equator #D6AC67

Color information

#D6AC67 (or 0xD6AC67) is unknown color: approx Equator. HEX triplet: D6, AC and 67. RGB value is (214,172,103). Sum of RGB (Red+Green+Blue) = 214+172+103=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 103 (40.62% from 255 or 21.06% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AC67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AC67 is #295398. Grayscale: #B1B1B1. Windows color (decimal): -2708377 or 6794454. OLE color: 6794454.

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

Color convert

RGB214172103-
CMYK00.200.520.16
HSL37.3º57.51%62.16%-
HSV(B)37.3º51.87%83.92%-
XYZ44.9344.7819.11-
YUV176.6986.41154.61-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.76%
GREEN value IS 172 (67.58% from 255) = 35.17%
BLUE value IS 103 (40.62% from 255) = 21.06%
R=43.76%
G=35.17%
B=21.06%

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
Decimal21417210300.200.520.1637.357.5162.16
HexD6AC670143410253a3e
Octal3262541470246420457276
Binary1101011010101100110011101010011010010000100101111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AC67; }

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

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

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

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

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

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

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

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