#D6AB69

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

Shades of Equator #D6AB69

Tints of Equator #D6AB69

Color information

#D6AB69 (or 0xD6AB69) is unknown color: approx Equator. HEX triplet: D6, AB and 69. RGB value is (214,171,105). Sum of RGB (Red+Green+Blue) = 214+171+105=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 105 (41.41% from 255 or 21.43% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AB69 is #295496. Grayscale: #B0B0B0. Windows color (decimal): -2708631 or 6925270. OLE color: 6925270.

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

Color convert

RGB214171105-
CMYK00.200.510.16
HSL36.33º57.07%62.55%-
HSV(B)36.33º50.93%83.92%-
XYZ44.8444.4419.58-
YUV176.3387.75154.87-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.67%
GREEN value IS 171 (67.19% from 255) = 34.90%
BLUE value IS 105 (41.41% from 255) = 21.43%
R=43.67%
G=34.90%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417110500.200.510.1636.3357.0762.55
HexD6AB69014331024393f
Octal3262531510246320447177
Binary1101011010101011110100101010011001110000100100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AB69; }

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

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

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

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

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

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

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

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