#D8B35C

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

Shades of Equator #D8B35C

Tints of Equator #D8B35C

Color information

#D8B35C (or 0xD8B35C) is unknown color: approx Equator. HEX triplet: D8, B3 and 5C. RGB value is (216,179,92). Sum of RGB (Red+Green+Blue) = 216+179+92=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 179 (70.31% from 255 or 36.76% from 487); Blue value is 92 (36.33% from 255 or 18.89% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B35C is #274CA3. Grayscale: #B4B4B4. Windows color (decimal): -2575524 or 6075352. OLE color: 6075352.

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

Color convert

RGB21617992-
CMYK00.170.570.15
HSL42.1º61.39%60.39%-
HSV(B)42.1º57.41%84.71%-
XYZ46.3747.6116.87-
YUV180.1478.26153.57-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.35%
GREEN value IS 179 (70.31% from 255) = 36.76%
BLUE value IS 92 (36.33% from 255) = 18.89%
R=44.35%
G=36.76%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161799200.170.570.1542.161.3960.39
HexD8B35C01139F2a3d3c
Octal3302631340217117527574
Binary110110001011001110111000100011110011111101010111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B35C; }

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

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

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

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

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

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

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

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