#D5B466

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

Shades of Equator #D5B466

Tints of Equator #D5B466

Color information

#D5B466 (or 0xD5B466) is unknown color: approx Equator. HEX triplet: D5, B4 and 66. RGB value is (213,180,102). Sum of RGB (Red+Green+Blue) = 213+180+102=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 102 (40.23% from 255 or 20.61% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B466 is #2A4B99. Grayscale: #B5B5B5. Windows color (decimal): -2771866 or 6730965. OLE color: 6730965.

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

Color convert

RGB213180102-
CMYK00.150.520.16
HSL42.16º56.92%61.76%-
HSV(B)42.16º52.11%83.53%-
XYZ46.1647.7519.35-
YUV180.9783.43150.84-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.03%
GREEN value IS 180 (70.70% from 255) = 36.36%
BLUE value IS 102 (40.23% from 255) = 20.61%
R=43.03%
G=36.36%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318010200.150.520.1642.1656.9261.76
HexD5B4660F34102a393e
Octal3252641460176420527176
Binary110101011011010011001100111111010010000101010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B466; }

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

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

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

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

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

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

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

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