#D5AD64

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

Shades of Equator #D5AD64

Tints of Equator #D5AD64

Color information

#D5AD64 (or 0xD5AD64) is unknown color: approx Equator. HEX triplet: D5, AD and 64. RGB value is (213,173,100). Sum of RGB (Red+Green+Blue) = 213+173+100=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 100 (39.45% from 255 or 20.58% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AD64 is #2A529B. Grayscale: #B0B0B0. Windows color (decimal): -2773660 or 6598101. OLE color: 6598101.

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

Color convert

RGB213173100-
CMYK00.190.530.16
HSL38.76º57.36%61.37%-
HSV(B)38.76º53.05%83.53%-
XYZ44.6844.9518.38-
YUV176.6484.75153.94-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.83%
GREEN value IS 173 (67.97% from 255) = 35.60%
BLUE value IS 100 (39.45% from 255) = 20.58%
R=43.83%
G=35.60%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317310000.190.530.1638.7657.3661.37
HexD5AD64013351027393d
Octal3252551440236520477175
Binary1101010110101101110010001001111010110000100111111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AD64; }

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

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

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

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

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

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

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

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