#D7AD67

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

Shades of Equator #D7AD67

Tints of Equator #D7AD67

Color information

#D7AD67 (or 0xD7AD67) is unknown color: approx Equator. HEX triplet: D7, AD and 67. RGB value is (215,173,103). Sum of RGB (Red+Green+Blue) = 215+173+103=491 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.79% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 103 (40.62% from 255 or 20.98% from 491); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AD67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AD67 is #285298. Grayscale: #B1B1B1. Windows color (decimal): -2642585 or 6794711. OLE color: 6794711.

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

Color convert

RGB215173103-
CMYK00.200.520.16
HSL37.5º58.33%62.35%-
HSV(B)37.5º52.09%84.31%-
XYZ45.4245.3119.18-
YUV177.5885.91154.69-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.79%
GREEN value IS 173 (67.97% from 255) = 35.23%
BLUE value IS 103 (40.62% from 255) = 20.98%
R=43.79%
G=35.23%
B=20.98%

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
Decimal21517310300.200.520.1637.558.3362.35
HexD7AD670143410263a3e
Octal3272551470246420467276
Binary1101011110101101110011101010011010010000100110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AD67; }

 p { color: rgb(215,173,103); }

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

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

 a { background-color: rgb(215,173,103); }

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

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

 span { border-color: rgb(215,173,103); }

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