#D8AE68

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

Shades of Equator #D8AE68

Tints of Equator #D8AE68

Color information

#D8AE68 (or 0xD8AE68) is unknown color: approx Equator. HEX triplet: D8, AE and 68. RGB value is (216,174,104). Sum of RGB (Red+Green+Blue) = 216+174+104=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 104 (41.02% from 255 or 21.05% from 494); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AE68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AE68 is #275197. Grayscale: #B2B2B2. Windows color (decimal): -2576792 or 6860504. OLE color: 6860504.

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

Color convert

RGB216174104-
CMYK00.190.520.15
HSL37.5º58.95%62.75%-
HSV(B)37.5º51.85%84.71%-
XYZ45.9545.8719.53-
YUV178.5885.91154.69-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.72%
GREEN value IS 174 (68.36% from 255) = 35.22%
BLUE value IS 104 (41.02% from 255) = 21.05%
R=43.72%
G=35.22%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617410400.190.520.1537.558.9562.75
HexD8AE6801334F263b3f
Octal3302561500236417467377
Binary110110001010111011010000100111101001111100110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AE68; }

 p { color: rgb(216,174,104); }

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

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

 a { background-color: rgb(216,174,104); }

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

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

 span { border-color: rgb(216,174,104); }

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