#D6AB67

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

Shades of Equator #D6AB67

Tints of Equator #D6AB67

Color information

#D6AB67 (or 0xD6AB67) is unknown color: approx Equator. HEX triplet: D6, AB and 67. RGB value is (214,171,103). Sum of RGB (Red+Green+Blue) = 214+171+103=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 103 (40.62% from 255 or 21.11% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AB67 is #295498. Grayscale: #B0B0B0. Windows color (decimal): -2708633 or 6794198. OLE color: 6794198.

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

Color convert

RGB214171103-
CMYK00.200.520.16
HSL36.76º57.51%62.16%-
HSV(B)36.76º51.87%83.92%-
XYZ44.7444.419.04-
YUV176.186.75155.03-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.85%
GREEN value IS 171 (67.19% from 255) = 35.04%
BLUE value IS 103 (40.62% from 255) = 21.11%
R=43.85%
G=35.04%
B=21.11%

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
Decimal21417110300.200.520.1636.7657.5162.16
HexD6AB670143410253a3e
Octal3262531470246420457276
Binary1101011010101011110011101010011010010000100101111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AB67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AB67; }

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

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

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

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

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

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

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

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