#D9B26C

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

Shades of Equator #D9B26C

Tints of Equator #D9B26C

Color information

#D9B26C (or 0xD9B26C) is unknown color: approx Equator. HEX triplet: D9, B2 and 6C. RGB value is (217,178,108). Sum of RGB (Red+Green+Blue) = 217+178+108=503 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.14% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 108 (42.58% from 255 or 21.47% from 503); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B26C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9B26C is #264D93. Grayscale: #B6B6B6. Windows color (decimal): -2510228 or 7123673. OLE color: 7123673.

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

Color convert

RGB217178108-
CMYK00.180.500.15
HSL38.53º58.92%63.73%-
HSV(B)38.53º50.23%85.1%-
XYZ47.2447.6820.9-
YUV181.6886.42153.19-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.14%
GREEN value IS 178 (69.92% from 255) = 35.39%
BLUE value IS 108 (42.58% from 255) = 21.47%
R=43.14%
G=35.39%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717810800.180.500.1538.5358.9263.73
HexD9B26C01232F273b40
Octal33126215402262174773100
Binary1101100110110010110110001001011001011111001111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B26C; }

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

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

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

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

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

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

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

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