#D8AF5A

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

Shades of Equator #D8AF5A

Tints of Equator #D8AF5A

Color information

#D8AF5A (or 0xD8AF5A) is unknown color: approx Equator. HEX triplet: D8, AF and 5A. RGB value is (216,175,90). Sum of RGB (Red+Green+Blue) = 216+175+90=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 90 (35.55% from 255 or 18.71% from 481); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AF5A is #2750A5. Grayscale: #B1B1B1. Windows color (decimal): -2576550 or 5943256. OLE color: 5943256.

HSL color Cylindrical-coordinate representation of color #D8AF5A: hue angle of 40.48º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D8AF5A is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB21617590-
CMYK00.190.580.15
HSL40.48º61.76%60%-
HSV(B)40.48º58.33%84.71%-
XYZ45.494616.15-
YUV177.5778.58155.41-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.91%
GREEN value IS 175 (68.75% from 255) = 36.38%
BLUE value IS 90 (35.55% from 255) = 18.71%
R=44.91%
G=36.38%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161759000.190.580.1540.4861.7660
HexD8AF5A0133AF283e3c
Octal3302571320237217507674
Binary110110001010111110110100100111110101111101000111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AF5A; }

 p { color: rgb(216,175,90); }

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

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

 a { background-color: rgb(216,175,90); }

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

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

 span { border-color: rgb(216,175,90); }

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