#D8B15C

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

Shades of Equator #D8B15C

Tints of Equator #D8B15C

Color information

#D8B15C (or 0xD8B15C) is unknown color: approx Equator. HEX triplet: D8, B1 and 5C. RGB value is (216,177,92). Sum of RGB (Red+Green+Blue) = 216+177+92=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 92 (36.33% from 255 or 18.97% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8B15C is #274EA3. Grayscale: #B3B3B3. Windows color (decimal): -2576036 or 6074840. OLE color: 6074840.

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

Color convert

RGB21617792-
CMYK00.180.570.15
HSL41.13º61.39%60.39%-
HSV(B)41.13º57.41%84.71%-
XYZ45.9746.8216.74-
YUV178.9778.92154.41-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.54%
GREEN value IS 177 (69.53% from 255) = 36.49%
BLUE value IS 92 (36.33% from 255) = 18.97%
R=44.54%
G=36.49%
B=18.97%

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
Decimal2161779200.180.570.1541.1361.3960.39
HexD8B15C01239F293d3c
Octal3302611340227117517574
Binary110110001011000110111000100101110011111101001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B15C; }

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

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

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

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

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

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

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

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