#D8B05F

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

Shades of Equator #D8B05F

Tints of Equator #D8B05F

Color information

#D8B05F (or 0xD8B05F) is unknown color: approx Equator. HEX triplet: D8, B0 and 5F. RGB value is (216,176,95). Sum of RGB (Red+Green+Blue) = 216+176+95=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 95 (37.5% from 255 or 19.51% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8B05F is #274FA0. Grayscale: #B3B3B3. Windows color (decimal): -2576289 or 6271192. OLE color: 6271192.

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

Color convert

RGB21617695-
CMYK00.190.560.15
HSL40.17º60.8%60.98%-
HSV(B)40.17º56.02%84.71%-
XYZ45.9146.4817.38-
YUV178.7380.75154.59-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.35%
GREEN value IS 176 (69.14% from 255) = 36.14%
BLUE value IS 95 (37.5% from 255) = 19.51%
R=44.35%
G=36.14%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161769500.190.560.1540.1760.860.98
HexD8B05F01338F283d3d
Octal3302601370237017507575
Binary110110001011000010111110100111110001111101000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B05F; }

 p { color: rgb(216,176,95); }

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

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

 a { background-color: rgb(216,176,95); }

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

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

 span { border-color: rgb(216,176,95); }

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