#D4B466

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

Shades of Equator #D4B466

Tints of Equator #D4B466

Color information

#D4B466 (or 0xD4B466) is unknown color: approx Equator. HEX triplet: D4, B4 and 66. RGB value is (212,180,102). Sum of RGB (Red+Green+Blue) = 212+180+102=494 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.91% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 102 (40.23% from 255 or 20.65% from 494); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B466 is #2B4B99. Grayscale: #B5B5B5. Windows color (decimal): -2837402 or 6730964. OLE color: 6730964.

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

Color convert

RGB212180102-
CMYK00.150.520.17
HSL42.55º56.12%61.57%-
HSV(B)42.55º51.89%83.14%-
XYZ45.8747.619.34-
YUV180.6883.6150.34-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.91%
GREEN value IS 180 (70.70% from 255) = 36.44%
BLUE value IS 102 (40.23% from 255) = 20.65%
R=42.91%
G=36.44%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218010200.150.520.1742.5556.1261.57
HexD4B4660F34112b383e
Octal3242641460176421537076
Binary110101001011010011001100111111010010001101011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B466; }

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

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

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

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

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

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

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

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