#D4B05C

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

Shades of Equator #D4B05C

Tints of Equator #D4B05C

Color information

#D4B05C (or 0xD4B05C) is unknown color: approx Equator. HEX triplet: D4, B0 and 5C. RGB value is (212,176,92). Sum of RGB (Red+Green+Blue) = 212+176+92=480 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.17% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 92 (36.33% from 255 or 19.17% from 480); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4B05C is #2B4FA3. Grayscale: #B1B1B1. Windows color (decimal): -2838436 or 6074580. OLE color: 6074580.

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

Color convert

RGB21217692-
CMYK00.170.570.17
HSL42º58.25%59.61%-
HSV(B)42º56.6%83.14%-
XYZ44.6145.8216.62-
YUV177.1979.93152.83-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.17%
GREEN value IS 176 (69.14% from 255) = 36.67%
BLUE value IS 92 (36.33% from 255) = 19.17%
R=44.17%
G=36.67%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121769200.170.570.174258.2559.61
HexD4B05C01139112a3a3c
Octal3242601340217121527274
Binary1101010010110000101110001000111100110001101010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B05C; }

 p { color: rgb(212,176,92); }

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

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

 a { background-color: rgb(212,176,92); }

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

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

 span { border-color: rgb(212,176,92); }

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