#D5AF5F

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

Shades of Equator #D5AF5F

Tints of Equator #D5AF5F

Color information

#D5AF5F (or 0xD5AF5F) is unknown color: approx Equator. HEX triplet: D5, AF and 5F. RGB value is (213,175,95). Sum of RGB (Red+Green+Blue) = 213+175+95=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 95 (37.5% from 255 or 19.67% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AF5F is #2A50A0. Grayscale: #B1B1B1. Windows color (decimal): -2773153 or 6270933. OLE color: 6270933.

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

Color convert

RGB21317595-
CMYK00.180.550.16
HSL40.68º58.42%60.39%-
HSV(B)40.68º55.4%83.53%-
XYZ44.8445.6317.27-
YUV177.2481.59153.5-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.10%
GREEN value IS 175 (68.75% from 255) = 36.23%
BLUE value IS 95 (37.5% from 255) = 19.67%
R=44.10%
G=36.23%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131759500.180.550.1640.6858.4260.39
HexD5AF5F0123710293a3c
Octal3252571370226720517274
Binary1101010110101111101111101001011011110000101001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AF5F; }

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

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

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

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

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

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

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

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