#D6AD67

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

Shades of Equator #D6AD67

Tints of Equator #D6AD67

Color information

#D6AD67 (or 0xD6AD67) is unknown color: approx Equator. HEX triplet: D6, AD and 67. RGB value is (214,173,103). Sum of RGB (Red+Green+Blue) = 214+173+103=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 103 (40.62% from 255 or 21.02% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AD67 is #295298. Grayscale: #B1B1B1. Windows color (decimal): -2708121 or 6794710. OLE color: 6794710.

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

Color convert

RGB214173103-
CMYK00.190.520.16
HSL37.84º57.51%62.16%-
HSV(B)37.84º51.87%83.92%-
XYZ45.1245.1619.17-
YUV177.2886.08154.19-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.67%
GREEN value IS 173 (67.97% from 255) = 35.31%
BLUE value IS 103 (40.62% from 255) = 21.02%
R=43.67%
G=35.31%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417310300.190.520.1637.8457.5162.16
HexD6AD670133410263a3e
Octal3262551470236420467276
Binary1101011010101101110011101001111010010000100110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AD67; }

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

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

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

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

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

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

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

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