#D5AF64

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

Shades of Equator #D5AF64

Tints of Equator #D5AF64

Color information

#D5AF64 (or 0xD5AF64) is unknown color: approx Equator. HEX triplet: D5, AF and 64. RGB value is (213,175,100). Sum of RGB (Red+Green+Blue) = 213+175+100=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 100 (39.45% from 255 or 20.49% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AF64 is #2A509B. Grayscale: #B2B2B2. Windows color (decimal): -2773148 or 6598613. OLE color: 6598613.

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

Color convert

RGB213175100-
CMYK00.180.530.16
HSL39.82º57.36%61.37%-
HSV(B)39.82º53.05%83.53%-
XYZ45.0745.7318.51-
YUV177.8184.09153.1-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.65%
GREEN value IS 175 (68.75% from 255) = 35.86%
BLUE value IS 100 (39.45% from 255) = 20.49%
R=43.65%
G=35.86%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317510000.180.530.1639.8257.3661.37
HexD5AF64012351028393d
Octal3252571440226520507175
Binary1101010110101111110010001001011010110000101000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AF64; }

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

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

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

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

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

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

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

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