#D5AD63

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

Shades of Equator #D5AD63

Tints of Equator #D5AD63

Color information

#D5AD63 (or 0xD5AD63) is unknown color: approx Equator. HEX triplet: D5, AD and 63. RGB value is (213,173,99). Sum of RGB (Red+Green+Blue) = 213+173+99=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 99 (39.06% from 255 or 20.41% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AD63 is #2A529C. Grayscale: #B0B0B0. Windows color (decimal): -2773661 or 6532565. OLE color: 6532565.

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

Color convert

RGB21317399-
CMYK00.190.540.16
HSL38.95º57.58%61.18%-
HSV(B)38.95º53.52%83.53%-
XYZ44.6444.9318.12-
YUV176.5284.25154.02-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.92%
GREEN value IS 173 (67.97% from 255) = 35.67%
BLUE value IS 99 (39.06% from 255) = 20.41%
R=43.92%
G=35.67%
B=20.41%

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
Decimal2131739900.190.540.1638.9557.5861.18
HexD5AD630133610273a3d
Octal3252551430236620477275
Binary1101010110101101110001101001111011010000100111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AD63; }

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

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

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

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

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

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

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

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