#D9B35D

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

Shades of Equator #D9B35D

Tints of Equator #D9B35D

Color information

#D9B35D (or 0xD9B35D) is unknown color: approx Equator. HEX triplet: D9, B3 and 5D. RGB value is (217,179,93). Sum of RGB (Red+Green+Blue) = 217+179+93=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 179 (70.31% from 255 or 36.61% from 489); Blue value is 93 (36.72% from 255 or 19.02% from 489); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B35D is #264CA2. Grayscale: #B4B4B4. Windows color (decimal): -2509987 or 6140889. OLE color: 6140889.

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

Color convert

RGB21717993-
CMYK00.180.570.15
HSL41.61º62%60.78%-
HSV(B)41.61º57.14%85.1%-
XYZ46.7147.7817.12-
YUV180.5678.59153.99-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.38%
GREEN value IS 179 (70.31% from 255) = 36.61%
BLUE value IS 93 (36.72% from 255) = 19.02%
R=44.38%
G=36.61%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171799300.180.570.1541.616260.78
HexD9B35D01239F2a3e3d
Octal3312631350227117527675
Binary110110011011001110111010100101110011111101010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B35D; }

 p { color: rgb(217,179,93); }

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

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

 a { background-color: rgb(217,179,93); }

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

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

 span { border-color: rgb(217,179,93); }

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