#D5AE67

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

Shades of Equator #D5AE67

Tints of Equator #D5AE67

Color information

#D5AE67 (or 0xD5AE67) is unknown color: approx Equator. HEX triplet: D5, AE and 67. RGB value is (213,174,103). Sum of RGB (Red+Green+Blue) = 213+174+103=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 103 (40.62% from 255 or 21.02% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AE67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AE67 is #2A5198. Grayscale: #B1B1B1. Windows color (decimal): -2773401 or 6794965. OLE color: 6794965.

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

Color convert

RGB213174103-
CMYK00.180.520.16
HSL38.73º56.7%61.96%-
HSV(B)38.73º51.64%83.53%-
XYZ45.0245.419.22-
YUV177.5785.92153.27-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.47%
GREEN value IS 174 (68.36% from 255) = 35.51%
BLUE value IS 103 (40.62% from 255) = 21.02%
R=43.47%
G=35.51%
B=21.02%

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
Decimal21317410300.180.520.1638.7356.761.96
HexD5AE67012341027393e
Octal3252561470226420477176
Binary1101010110101110110011101001011010010000100111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AE67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AE67; }

 p { color: rgb(213,174,103); }

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

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

 a { background-color: rgb(213,174,103); }

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

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

 span { border-color: rgb(213,174,103); }

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