#D7B36B

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

Shades of Equator #D7B36B

Tints of Equator #D7B36B

Color information

#D7B36B (or 0xD7B36B) is unknown color: approx Equator. HEX triplet: D7, B3 and 6B. RGB value is (215,179,107). Sum of RGB (Red+Green+Blue) = 215+179+107=501 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.91% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 107 (42.19% from 255 or 21.36% from 501); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B36B is #284C94. Grayscale: #B5B5B5. Windows color (decimal): -2641045 or 7058391. OLE color: 7058391.

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

Color convert

RGB215179107-
CMYK00.170.500.16
HSL40º57.45%63.14%-
HSV(B)40º50.23%84.31%-
XYZ46.847.7520.66-
YUV181.5685.93151.85-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.91%
GREEN value IS 179 (70.31% from 255) = 35.73%
BLUE value IS 107 (42.19% from 255) = 21.36%
R=42.91%
G=35.73%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517910700.170.500.164057.4563.14
HexD7B36B011321028393f
Octal3272631530216220507177
Binary1101011110110011110101101000111001010000101000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B36B; }

 p { color: rgb(215,179,107); }

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

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

 a { background-color: rgb(215,179,107); }

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

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

 span { border-color: rgb(215,179,107); }

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