#d6ad63

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

Shades of Equator #D6AD63

Tints of Equator #D6AD63

Color information

#D6AD63 (or 0xD6AD63) is unknown color: approx Equator. HEX triplet: D6, AD and 63. RGB value is (214,173,99). Sum of RGB (Red+Green+Blue) = 214+173+99=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 99 (39.06% from 255 or 20.37% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AD63 is #29529C. Grayscale: #B1B1B1. Windows color (decimal): -2708125 or 6532566. OLE color: 6532566.

HSL color Cylindrical-coordinate representation of color #D6AD63: hue angle of 38.61º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D6AD63 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB21417399-
CMYK00.190.540.16
HSL38.61º58.38%61.37%-
HSV(B)38.61º53.74%83.92%-
XYZ44.9345.0818.14-
YUV176.8284.08154.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.03%
GREEN value IS 173 (67.97% from 255) = 35.60%
BLUE value IS 99 (39.06% from 255) = 20.37%
R=44.03%
G=35.60%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141739900.190.540.1638.6158.3861.37
HexD6AD630133610273a3d
Octal3262551430236620477275
Binary1101011010101101110001101001111011010000100111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6ad63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6ad63; }

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

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

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

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

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

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

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

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