#D7B15C

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

Shades of Equator #D7B15C

Tints of Equator #D7B15C

Color information

#D7B15C (or 0xD7B15C) is unknown color: approx Equator. HEX triplet: D7, B1 and 5C. RGB value is (215,177,92). Sum of RGB (Red+Green+Blue) = 215+177+92=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 177 (69.53% from 255 or 36.57% from 484); Blue value is 92 (36.33% from 255 or 19.01% from 484); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7B15C is #284EA3. Grayscale: #B3B3B3. Windows color (decimal): -2641572 or 6074839. OLE color: 6074839.

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

Color convert

RGB21517792-
CMYK00.180.570.16
HSL41.46º60.59%60.2%-
HSV(B)41.46º57.21%84.31%-
XYZ45.6846.6616.72-
YUV178.6779.09153.91-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.42%
GREEN value IS 177 (69.53% from 255) = 36.57%
BLUE value IS 92 (36.33% from 255) = 19.01%
R=44.42%
G=36.57%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151779200.180.570.1641.4660.5960.2
HexD7B15C0123910293d3c
Octal3272611340227120517574
Binary1101011110110001101110001001011100110000101001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B15C; }

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

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

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

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

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

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

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

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