#D5B369

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

Shades of Equator #D5B369

Tints of Equator #D5B369

Color information

#D5B369 (or 0xD5B369) is unknown color: approx Equator. HEX triplet: D5, B3 and 69. RGB value is (213,179,105). Sum of RGB (Red+Green+Blue) = 213+179+105=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 105 (41.41% from 255 or 21.13% from 497); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B369 is #2A4C96. Grayscale: #B5B5B5. Windows color (decimal): -2772119 or 6927317. OLE color: 6927317.

HSL color Cylindrical-coordinate representation of color #D5B369: hue angle of 41.11º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D5B369 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB213179105-
CMYK00.160.510.16
HSL41.11º56.25%62.35%-
HSV(B)41.11º50.7%83.53%-
XYZ46.1147.4120.08-
YUV180.7385.26151.02-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.86%
GREEN value IS 179 (70.31% from 255) = 36.02%
BLUE value IS 105 (41.41% from 255) = 21.13%
R=42.86%
G=36.02%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317910500.160.510.1641.1156.2562.35
HexD5B369010331029383e
Octal3252631510206320517076
Binary1101010110110011110100101000011001110000101001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B369; }

 p { color: rgb(213,179,105); }

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

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

 a { background-color: rgb(213,179,105); }

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

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

 span { border-color: rgb(213,179,105); }

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