#DFB05E

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

Shades of Equator #DFB05E

Tints of Equator #DFB05E

Color information

#DFB05E (or 0xDFB05E) is unknown color: approx Equator. HEX triplet: DF, B0 and 5E. RGB value is (223,176,94). Sum of RGB (Red+Green+Blue) = 223+176+94=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 94 (37.11% from 255 or 19.07% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB05E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB05E is #204FA1. Grayscale: #B5B5B5. Windows color (decimal): -2117538 or 6205663. OLE color: 6205663.

HSL color Cylindrical-coordinate representation of color #DFB05E: hue angle of 38.14º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DFB05E is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB22317694-
CMYK00.210.580.13
HSL38.14º66.84%62.16%-
HSV(B)38.14º57.85%87.45%-
XYZ47.9847.5517.24-
YUV180.779.07158.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.23%
GREEN value IS 176 (69.14% from 255) = 35.70%
BLUE value IS 94 (37.11% from 255) = 19.07%
R=45.23%
G=35.70%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231769400.210.580.1338.1466.8462.16
HexDFB05E0153AD26433e
Octal33726013602572154610376
Binary1101111110110000101111001010111101011011001101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB05E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB05E; }

 p { color: rgb(223,176,94); }

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

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

 a { background-color: rgb(223,176,94); }

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

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

 span { border-color: rgb(223,176,94); }

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