#D7B25A

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

Shades of Equator #D7B25A

Tints of Equator #D7B25A

Color information

#D7B25A (or 0xD7B25A) is unknown color: approx Equator. HEX triplet: D7, B2 and 5A. RGB value is (215,178,90). Sum of RGB (Red+Green+Blue) = 215+178+90=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 90 (35.55% from 255 or 18.63% from 483); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B25A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7B25A is #284DA5. Grayscale: #B3B3B3. Windows color (decimal): -2641318 or 5944023. OLE color: 5944023.

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

Color convert

RGB21517890-
CMYK00.170.580.16
HSL42.24º60.98%59.8%-
HSV(B)42.24º58.14%84.31%-
XYZ45.7947.0316.34-
YUV179.0377.76153.66-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.51%
GREEN value IS 178 (69.92% from 255) = 36.85%
BLUE value IS 90 (35.55% from 255) = 18.63%
R=44.51%
G=36.85%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151789000.170.580.1642.2460.9859.8
HexD7B25A0113A102a3d3c
Octal3272621320217220527574
Binary1101011110110010101101001000111101010000101010111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B25A; }

 p { color: rgb(215,178,90); }

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

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

 a { background-color: rgb(215,178,90); }

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

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

 span { border-color: rgb(215,178,90); }

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