#D7B15D

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

Shades of Equator #D7B15D

Tints of Equator #D7B15D

Color information

#D7B15D (or 0xD7B15D) is unknown color: approx Equator. HEX triplet: D7, B1 and 5D. RGB value is (215,177,93). Sum of RGB (Red+Green+Blue) = 215+177+93=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 93 (36.72% from 255 or 19.18% from 485); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B15D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7B15D is #284EA2. Grayscale: #B3B3B3. Windows color (decimal): -2641571 or 6140375. OLE color: 6140375.

HSL color Cylindrical-coordinate representation of color #D7B15D: hue angle of 41.31º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D7B15D is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21517793-
CMYK00.180.570.16
HSL41.31º60.4%60.39%-
HSV(B)41.31º56.74%84.31%-
XYZ45.7246.6816.96-
YUV178.7979.59153.83-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.33%
GREEN value IS 177 (69.53% from 255) = 36.49%
BLUE value IS 93 (36.72% from 255) = 19.18%
R=44.33%
G=36.49%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151779300.180.570.1641.3160.460.39
HexD7B15D0123910293c3c
Octal3272611350227120517474
Binary1101011110110001101110101001011100110000101001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B15D; }

 p { color: rgb(215,177,93); }

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

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

 a { background-color: rgb(215,177,93); }

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

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

 span { border-color: rgb(215,177,93); }

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