#D6B365

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

Shades of Equator #D6B365

Tints of Equator #D6B365

Color information

#D6B365 (or 0xD6B365) is unknown color: approx Equator. HEX triplet: D6, B3 and 65. RGB value is (214,179,101). Sum of RGB (Red+Green+Blue) = 214+179+101=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 101 (39.84% from 255 or 20.45% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B365 is #294C9A. Grayscale: #B4B4B4. Windows color (decimal): -2706587 or 6665174. OLE color: 6665174.

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

Color convert

RGB214179101-
CMYK00.160.530.16
HSL41.42º57.95%61.76%-
HSV(B)41.42º52.8%83.92%-
XYZ46.247.4819.04-
YUV180.5783.1151.84-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.32%
GREEN value IS 179 (70.31% from 255) = 36.23%
BLUE value IS 101 (39.84% from 255) = 20.45%
R=43.32%
G=36.23%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417910100.160.530.1641.4257.9561.76
HexD6B3650103510293a3e
Octal3262631450206520517276
Binary1101011010110011110010101000011010110000101001111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B365; }

 p { color: rgb(214,179,101); }

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

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

 a { background-color: rgb(214,179,101); }

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

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

 span { border-color: rgb(214,179,101); }

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