#D5AF66

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

Shades of Equator #D5AF66

Tints of Equator #D5AF66

Color information

#D5AF66 (or 0xD5AF66) is unknown color: approx Equator. HEX triplet: D5, AF and 66. RGB value is (213,175,102). Sum of RGB (Red+Green+Blue) = 213+175+102=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 102 (40.23% from 255 or 20.82% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AF66 is #2A5099. Grayscale: #B2B2B2. Windows color (decimal): -2773146 or 6729685. OLE color: 6729685.

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

Color convert

RGB213175102-
CMYK00.180.520.16
HSL39.46º56.92%61.76%-
HSV(B)39.46º52.11%83.53%-
XYZ45.1745.7719.02-
YUV178.0485.09152.94-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.47%
GREEN value IS 175 (68.75% from 255) = 35.71%
BLUE value IS 102 (40.23% from 255) = 20.82%
R=43.47%
G=35.71%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317510200.180.520.1639.4656.9261.76
HexD5AF66012341027393e
Octal3252571460226420477176
Binary1101010110101111110011001001011010010000100111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AF66; }

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

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

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

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

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

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

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

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