#D9B15C

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

Shades of Equator #D9B15C

Tints of Equator #D9B15C

Color information

#D9B15C (or 0xD9B15C) is unknown color: approx Equator. HEX triplet: D9, B1 and 5C. RGB value is (217,177,92). Sum of RGB (Red+Green+Blue) = 217+177+92=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 177 (69.53% from 255 or 36.42% from 486); Blue value is 92 (36.33% from 255 or 18.93% from 486); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9B15C is #264EA3. Grayscale: #B3B3B3. Windows color (decimal): -2510500 or 6074841. OLE color: 6074841.

HSL color Cylindrical-coordinate representation of color #D9B15C: hue angle of 40.8º 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 #D9B15C is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB21717792-
CMYK00.180.580.15
HSL40.8º62.19%60.59%-
HSV(B)40.8º57.6%85.1%-
XYZ46.2746.9716.75-
YUV179.2778.75154.91-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.65%
GREEN value IS 177 (69.53% from 255) = 36.42%
BLUE value IS 92 (36.33% from 255) = 18.93%
R=44.65%
G=36.42%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171779200.180.580.1540.862.1960.59
HexD9B15C0123AF293e3d
Octal3312611340227217517675
Binary110110011011000110111000100101110101111101001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B15C; }

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

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

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

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

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

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

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

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