#D7B768

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

Shades of Equator #D7B768

Tints of Equator #D7B768

Color information

#D7B768 (or 0xD7B768) is unknown color: approx Equator. HEX triplet: D7, B7 and 68. RGB value is (215,183,104). Sum of RGB (Red+Green+Blue) = 215+183+104=502 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.83% from 502); Green value is 183 (71.88% from 255 or 36.45% from 502); Blue value is 104 (41.02% from 255 or 20.72% from 502); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B768 is #284897. Grayscale: #B7B7B7. Windows color (decimal): -2640024 or 6862807. OLE color: 6862807.

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

Color convert

RGB215183104-
CMYK00.150.520.16
HSL42.7º58.12%62.55%-
HSV(B)42.7º51.63%84.31%-
XYZ47.4649.3120.11-
YUV183.5683.1150.42-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.83%
GREEN value IS 183 (71.88% from 255) = 36.45%
BLUE value IS 104 (41.02% from 255) = 20.72%
R=42.83%
G=36.45%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518310400.150.520.1642.758.1262.55
HexD7B7680F34102b3a3f
Octal3272671500176420537277
Binary110101111011011111010000111111010010000101011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B768; }

 p { color: rgb(215,183,104); }

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

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

 a { background-color: rgb(215,183,104); }

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

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

 span { border-color: rgb(215,183,104); }

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