#DFB45F

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

Shades of Equator #DFB45F

Tints of Equator #DFB45F

Color information

#DFB45F (or 0xDFB45F) is unknown color: approx Equator. HEX triplet: DF, B4 and 5F. RGB value is (223,180,95). Sum of RGB (Red+Green+Blue) = 223+180+95=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 95 (37.5% from 255 or 19.08% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB45F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB45F is #204BA0. Grayscale: #B7B7B7. Windows color (decimal): -2116513 or 6272223. OLE color: 6272223.

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

Color convert

RGB22318095-
CMYK00.190.570.13
HSL39.84º66.67%62.35%-
HSV(B)39.84º57.4%87.45%-
XYZ48.8249.1617.74-
YUV183.1778.25156.41-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.78%
GREEN value IS 180 (70.70% from 255) = 36.14%
BLUE value IS 95 (37.5% from 255) = 19.08%
R=44.78%
G=36.14%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231809500.190.570.1339.8466.6762.35
HexDFB45F01339D28433e
Octal33726413702371155010376
Binary1101111110110100101111101001111100111011010001000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB45F; }

 p { color: rgb(223,180,95); }

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

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

 a { background-color: rgb(223,180,95); }

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

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

 span { border-color: rgb(223,180,95); }

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