#d7b05b

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

Shades of Equator #D7B05B

Tints of Equator #D7B05B

Color information

#D7B05B (or 0xD7B05B) is unknown color: approx Equator. HEX triplet: D7, B0 and 5B. RGB value is (215,176,91). Sum of RGB (Red+Green+Blue) = 215+176+91=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 91 (35.94% from 255 or 18.88% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B05B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7B05B is #284FA4. Grayscale: #B2B2B2. Windows color (decimal): -2641829 or 6009047. OLE color: 6009047.

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

Color convert

RGB21517691-
CMYK00.180.580.16
HSL41.13º60.78%60%-
HSV(B)41.13º57.67%84.31%-
XYZ45.4446.2516.43-
YUV177.9778.92154.41-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.61%
GREEN value IS 176 (69.14% from 255) = 36.51%
BLUE value IS 91 (35.94% from 255) = 18.88%
R=44.61%
G=36.51%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151769100.180.580.1641.1360.7860
HexD7B05B0123A10293d3c
Octal3272601330227220517574
Binary1101011110110000101101101001011101010000101001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d7b05b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d7b05b; }

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

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

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

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

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

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

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

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