#D6AA69

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

Shades of Equator #D6AA69

Tints of Equator #D6AA69

Color information

#D6AA69 (or 0xD6AA69) is unknown color: approx Equator. HEX triplet: D6, AA and 69. RGB value is (214,170,105). Sum of RGB (Red+Green+Blue) = 214+170+105=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 105 (41.41% from 255 or 21.47% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AA69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AA69 is #295596. Grayscale: #B0B0B0. Windows color (decimal): -2708887 or 6925014. OLE color: 6925014.

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

Color convert

RGB214170105-
CMYK00.210.510.16
HSL35.78º57.07%62.55%-
HSV(B)35.78º50.93%83.92%-
XYZ44.6644.0719.52-
YUV175.7588.08155.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.76%
GREEN value IS 170 (66.80% from 255) = 34.76%
BLUE value IS 105 (41.41% from 255) = 21.47%
R=43.76%
G=34.76%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417010500.210.510.1635.7857.0762.55
HexD6AA69015331024393f
Octal3262521510256320447177
Binary1101011010101010110100101010111001110000100100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AA69; }

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

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

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

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

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

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

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

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