#D4B25D

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

Shades of Equator #D4B25D

Tints of Equator #D4B25D

Color information

#D4B25D (or 0xD4B25D) is unknown color: approx Equator. HEX triplet: D4, B2 and 5D. RGB value is (212,178,93). Sum of RGB (Red+Green+Blue) = 212+178+93=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 93 (36.72% from 255 or 19.25% from 483); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4B25D is #2B4DA2. Grayscale: #B2B2B2. Windows color (decimal): -2837923 or 6140628. OLE color: 6140628.

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

Color convert

RGB21217893-
CMYK00.160.560.17
HSL42.86º58.05%59.8%-
HSV(B)42.86º56.13%83.14%-
XYZ45.0546.6316.98-
YUV178.4879.76151.91-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.89%
GREEN value IS 178 (69.92% from 255) = 36.85%
BLUE value IS 93 (36.72% from 255) = 19.25%
R=43.89%
G=36.85%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121789300.160.560.1742.8658.0559.8
HexD4B25D01038112b3a3c
Octal3242621350207021537274
Binary1101010010110010101110101000011100010001101011111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B25D; }

 p { color: rgb(212,178,93); }

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

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

 a { background-color: rgb(212,178,93); }

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

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

 span { border-color: rgb(212,178,93); }

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