#D9B26B

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

Shades of Equator #D9B26B

Tints of Equator #D9B26B

Color information

#D9B26B (or 0xD9B26B) is unknown color: approx Equator. HEX triplet: D9, B2 and 6B. RGB value is (217,178,107). Sum of RGB (Red+Green+Blue) = 217+178+107=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 178 (69.92% from 255 or 35.46% from 502); Blue value is 107 (42.19% from 255 or 21.31% from 502); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B26B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9B26B is #264D94. Grayscale: #B5B5B5. Windows color (decimal): -2510229 or 7058137. OLE color: 7058137.

HSL color Cylindrical-coordinate representation of color #D9B26B: hue angle of 38.73º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D9B26B is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB217178107-
CMYK00.180.510.15
HSL38.73º59.14%63.53%-
HSV(B)38.73º50.69%85.1%-
XYZ47.1947.6520.62-
YUV181.5785.92153.27-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.23%
GREEN value IS 178 (69.92% from 255) = 35.46%
BLUE value IS 107 (42.19% from 255) = 21.31%
R=43.23%
G=35.46%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717810700.180.510.1538.7359.1463.53
HexD9B26B01233F273b40
Octal33126215302263174773100
Binary1101100110110010110101101001011001111111001111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B26B; }

 p { color: rgb(217,178,107); }

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

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

 a { background-color: rgb(217,178,107); }

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

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

 span { border-color: rgb(217,178,107); }

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