#D8B561

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

Shades of Equator #D8B561

Tints of Equator #D8B561

Color information

#D8B561 (or 0xD8B561) is unknown color: approx Equator. HEX triplet: D8, B5 and 61. RGB value is (216,181,97). Sum of RGB (Red+Green+Blue) = 216+181+97=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 181 (71.09% from 255 or 36.64% from 494); Blue value is 97 (38.28% from 255 or 19.64% from 494); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B561 is #274A9E. Grayscale: #B6B6B6. Windows color (decimal): -2575007 or 6403544. OLE color: 6403544.

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

Color convert

RGB21618197-
CMYK00.160.550.15
HSL42.35º60.41%61.37%-
HSV(B)42.35º55.09%84.71%-
XYZ4748.5118.2-
YUV181.8980.1152.33-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.72%
GREEN value IS 181 (71.09% from 255) = 36.64%
BLUE value IS 97 (38.28% from 255) = 19.64%
R=43.72%
G=36.64%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161819700.160.550.1542.3560.4161.37
HexD8B56101037F2a3c3d
Octal3302651410206717527475
Binary110110001011010111000010100001101111111101010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B561; }

 p { color: rgb(216,181,97); }

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

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

 a { background-color: rgb(216,181,97); }

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

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

 span { border-color: rgb(216,181,97); }

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