#D9B668

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

Shades of Equator #D9B668

Tints of Equator #D9B668

Color information

#D9B668 (or 0xD9B668) is unknown color: approx Equator. HEX triplet: D9, B6 and 68. RGB value is (217,182,104). Sum of RGB (Red+Green+Blue) = 217+182+104=503 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.14% from 503); Green value is 182 (71.48% from 255 or 36.18% from 503); Blue value is 104 (41.02% from 255 or 20.68% from 503); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B668 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B668 is #264997. Grayscale: #B7B7B7. Windows color (decimal): -2509208 or 6862553. OLE color: 6862553.

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

Color convert

RGB217182104-
CMYK00.160.520.15
HSL41.42º59.79%62.94%-
HSV(B)41.42º52.07%85.1%-
XYZ47.8449.2120.07-
YUV183.5783.1151.84-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.14%
GREEN value IS 182 (71.48% from 255) = 36.18%
BLUE value IS 104 (41.02% from 255) = 20.68%
R=43.14%
G=36.18%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718210400.160.520.1541.4259.7962.94
HexD9B66801034F293c3f
Octal3312661500206417517477
Binary110110011011011011010000100001101001111101001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B668; }

 p { color: rgb(217,182,104); }

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

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

 a { background-color: rgb(217,182,104); }

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

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

 span { border-color: rgb(217,182,104); }

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