#D9B065

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

Shades of Equator #D9B065

Tints of Equator #D9B065

Color information

#D9B065 (or 0xD9B065) is unknown color: approx Equator. HEX triplet: D9, B0 and 65. RGB value is (217,176,101). Sum of RGB (Red+Green+Blue) = 217+176+101=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 101 (39.84% from 255 or 20.45% from 494); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9B065 is #264F9A. Grayscale: #B4B4B4. Windows color (decimal): -2510747 or 6664409. OLE color: 6664409.

HSL color Cylindrical-coordinate representation of color #D9B065: hue angle of 38.79º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D9B065 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB217176101-
CMYK00.190.530.15
HSL38.79º60.42%62.35%-
HSV(B)38.79º53.46%85.1%-
XYZ46.4946.7418.88-
YUV179.7183.58154.6-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.93%
GREEN value IS 176 (69.14% from 255) = 35.63%
BLUE value IS 101 (39.84% from 255) = 20.45%
R=43.93%
G=35.63%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717610100.190.530.1538.7960.4262.35
HexD9B06501335F273c3e
Octal3312601450236517477476
Binary110110011011000011001010100111101011111100111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B065; }

 p { color: rgb(217,176,101); }

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

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

 a { background-color: rgb(217,176,101); }

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

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

 span { border-color: rgb(217,176,101); }

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