#D5B461

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

Shades of Equator #D5B461

Tints of Equator #D5B461

Color information

#D5B461 (or 0xD5B461) is unknown color: approx Equator. HEX triplet: D5, B4 and 61. RGB value is (213,180,97). Sum of RGB (Red+Green+Blue) = 213+180+97=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 97 (38.28% from 255 or 19.80% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B461 is #2A4B9E. Grayscale: #B4B4B4. Windows color (decimal): -2771871 or 6403285. OLE color: 6403285.

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

Color convert

RGB21318097-
CMYK00.150.540.16
HSL42.93º58%60.78%-
HSV(B)42.93º54.46%83.53%-
XYZ45.9247.6518.09-
YUV180.480.93151.25-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.47%
GREEN value IS 180 (70.70% from 255) = 36.73%
BLUE value IS 97 (38.28% from 255) = 19.80%
R=43.47%
G=36.73%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131809700.150.540.1642.935860.78
HexD5B4610F36102b3a3d
Octal3252641410176620537275
Binary110101011011010011000010111111011010000101011111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B461; }

 p { color: rgb(213,180,97); }

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

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

 a { background-color: rgb(213,180,97); }

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

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

 span { border-color: rgb(213,180,97); }

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