#D5AE66

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

Shades of Equator #D5AE66

Tints of Equator #D5AE66

Color information

#D5AE66 (or 0xD5AE66) is unknown color: approx Equator. HEX triplet: D5, AE and 66. RGB value is (213,174,102). Sum of RGB (Red+Green+Blue) = 213+174+102=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 102 (40.23% from 255 or 20.86% from 489); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AE66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AE66 is #2A5199. Grayscale: #B1B1B1. Windows color (decimal): -2773402 or 6729429. OLE color: 6729429.

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

Color convert

RGB213174102-
CMYK00.180.520.16
HSL38.92º56.92%61.76%-
HSV(B)38.92º52.11%83.53%-
XYZ44.9745.3818.96-
YUV177.4585.42153.35-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.56%
GREEN value IS 174 (68.36% from 255) = 35.58%
BLUE value IS 102 (40.23% from 255) = 20.86%
R=43.56%
G=35.58%
B=20.86%

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
Decimal21317410200.180.520.1638.9256.9261.76
HexD5AE66012341027393e
Octal3252561460226420477176
Binary1101010110101110110011001001011010010000100111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AE66; }

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

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

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

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

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

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

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

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