#D5AB67

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

Shades of Equator #D5AB67

Tints of Equator #D5AB67

Color information

#D5AB67 (or 0xD5AB67) is unknown color: approx Equator. HEX triplet: D5, AB and 67. RGB value is (213,171,103). Sum of RGB (Red+Green+Blue) = 213+171+103=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 103 (40.62% from 255 or 21.15% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AB67 is #2A5498. Grayscale: #B0B0B0. Windows color (decimal): -2774169 or 6794197. OLE color: 6794197.

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

Color convert

RGB213171103-
CMYK00.200.520.16
HSL37.09º56.7%61.96%-
HSV(B)37.09º51.64%83.53%-
XYZ44.4544.2519.03-
YUV175.8186.91154.53-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.74%
GREEN value IS 171 (67.19% from 255) = 35.11%
BLUE value IS 103 (40.62% from 255) = 21.15%
R=43.74%
G=35.11%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317110300.200.520.1637.0956.761.96
HexD5AB67014341025393e
Octal3252531470246420457176
Binary1101010110101011110011101010011010010000100101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AB67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AB67; }

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

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

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

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

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

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

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

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