#D5B469

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

Shades of Equator #D5B469

Tints of Equator #D5B469

Color information

#D5B469 (or 0xD5B469) is unknown color: approx Equator. HEX triplet: D5, B4 and 69. RGB value is (213,180,105). Sum of RGB (Red+Green+Blue) = 213+180+105=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 105 (41.41% from 255 or 21.08% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B469 is #2A4B96. Grayscale: #B5B5B5. Windows color (decimal): -2771863 or 6927573. OLE color: 6927573.

HSL color Cylindrical-coordinate representation of color #D5B469: hue angle of 41.67º 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 #D5B469 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB213180105-
CMYK00.150.510.16
HSL41.67º56.25%62.35%-
HSV(B)41.67º50.7%83.53%-
XYZ46.3147.8120.15-
YUV181.3284.93150.6-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.77%
GREEN value IS 180 (70.70% from 255) = 36.14%
BLUE value IS 105 (41.41% from 255) = 21.08%
R=42.77%
G=36.14%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318010500.150.510.1641.6756.2562.35
HexD5B4690F33102a383e
Octal3252641510176320527076
Binary110101011011010011010010111111001110000101010111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B469; }

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

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

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

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

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

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

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

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