#D8B46B

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

Shades of Equator #D8B46B

Tints of Equator #D8B46B

Color information

#D8B46B (or 0xD8B46B) is unknown color: approx Equator. HEX triplet: D8, B4 and 6B. RGB value is (216,180,107). Sum of RGB (Red+Green+Blue) = 216+180+107=503 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.94% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 107 (42.19% from 255 or 21.27% from 503); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B46B is #274B94. Grayscale: #B6B6B6. Windows color (decimal): -2575253 or 7058648. OLE color: 7058648.

HSL color Cylindrical-coordinate representation of color #D8B46B: hue angle of 40.18º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8B46B is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB216180107-
CMYK00.170.500.15
HSL40.18º58.29%63.33%-
HSV(B)40.18º50.46%84.71%-
XYZ47.2948.320.74-
YUV182.4485.43151.94-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.94%
GREEN value IS 180 (70.70% from 255) = 35.79%
BLUE value IS 107 (42.19% from 255) = 21.27%
R=42.94%
G=35.79%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618010700.170.500.1540.1858.2963.33
HexD8B46B01132F283a3f
Octal3302641530216217507277
Binary110110001011010011010110100011100101111101000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B46B; }

 p { color: rgb(216,180,107); }

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

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

 a { background-color: rgb(216,180,107); }

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

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

 span { border-color: rgb(216,180,107); }

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