#DFB85B

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

Shades of Equator #DFB85B

Tints of Equator #DFB85B

Color information

#DFB85B (or 0xDFB85B) is unknown color: approx Equator. HEX triplet: DF, B8 and 5B. RGB value is (223,184,91). Sum of RGB (Red+Green+Blue) = 223+184+91=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 184 (72.27% from 255 or 36.95% from 498); Blue value is 91 (35.94% from 255 or 18.27% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB85B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB85B is #2047A4. Grayscale: #B9B9B9. Windows color (decimal): -2115493 or 6011103. OLE color: 6011103.

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

Color convert

RGB22318491-
CMYK00.170.590.13
HSL42.27º67.35%61.57%-
HSV(B)42.27º59.19%87.45%-
XYZ49.4650.7217.08-
YUV185.0674.92155.06-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.78%
GREEN value IS 184 (72.27% from 255) = 36.95%
BLUE value IS 91 (35.94% from 255) = 18.27%
R=44.78%
G=36.95%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231849100.170.590.1342.2767.3561.57
HexDFB85B0113BD2a433e
Octal33727013302173155210376
Binary1101111110111000101101101000111101111011010101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB85B; }

 p { color: rgb(223,184,91); }

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

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

 a { background-color: rgb(223,184,91); }

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

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

 span { border-color: rgb(223,184,91); }

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