#D9B75C

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

Shades of Equator #D9B75C

Tints of Equator #D9B75C

Color information

#D9B75C (or 0xD9B75C) is unknown color: approx Equator. HEX triplet: D9, B7 and 5C. RGB value is (217,183,92). Sum of RGB (Red+Green+Blue) = 217+183+92=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 183 (71.88% from 255 or 37.20% from 492); Blue value is 92 (36.33% from 255 or 18.70% from 492); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B75C is #2648A3. Grayscale: #B7B7B7. Windows color (decimal): -2508964 or 6076377. OLE color: 6076377.

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

Color convert

RGB21718392-
CMYK00.160.580.15
HSL43.68º62.19%60.59%-
HSV(B)43.68º57.6%85.1%-
XYZ47.4849.3917.16-
YUV182.7976.76152.4-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.11%
GREEN value IS 183 (71.88% from 255) = 37.20%
BLUE value IS 92 (36.33% from 255) = 18.70%
R=44.11%
G=37.20%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171839200.160.580.1543.6862.1960.59
HexD9B75C0103AF2c3e3d
Octal3312671340207217547675
Binary110110011011011110111000100001110101111101100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B75C; }

 p { color: rgb(217,183,92); }

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

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

 a { background-color: rgb(217,183,92); }

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

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

 span { border-color: rgb(217,183,92); }

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