#D7B05D

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

Shades of Equator #D7B05D

Tints of Equator #D7B05D

Color information

#D7B05D (or 0xD7B05D) is unknown color: approx Equator. HEX triplet: D7, B0 and 5D. RGB value is (215,176,93). Sum of RGB (Red+Green+Blue) = 215+176+93=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 93 (36.72% from 255 or 19.21% from 484); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7B05D is #284FA2. Grayscale: #B2B2B2. Windows color (decimal): -2641827 or 6140119. OLE color: 6140119.

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

Color convert

RGB21517693-
CMYK00.180.570.16
HSL40.82º60.4%60.39%-
HSV(B)40.82º56.74%84.31%-
XYZ45.5346.2916.89-
YUV178.279.92154.25-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.42%
GREEN value IS 176 (69.14% from 255) = 36.36%
BLUE value IS 93 (36.72% from 255) = 19.21%
R=44.42%
G=36.36%
B=19.21%

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
Decimal2151769300.180.570.1640.8260.460.39
HexD7B05D0123910293c3c
Octal3272601350227120517474
Binary1101011110110000101110101001011100110000101001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B05D; }

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

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

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

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

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

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

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

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